10#include "ButtonBase.h"
12#include "CanvasLayout.h"
14#include "CheckableButton.h"
16#include "ColorDialog.h"
18#include "CommandLink.h"
19#include "ContextMenu.h"
21#include "Converters.h"
23#include "DataBinding.h"
24#include "DateTimePicker.h"
26#include "Dictionary.h"
28#include "DockLayout.h"
30#include "DockSplitter.h"
32#include "EventHandlerWrapper.h"
33#include "FileDialog.h"
34#include "FillLayout.h"
35#include "FolderDialog.h"
37#include "FontDialog.h"
39#include "GridLayout.h"
41#include "HitTestResult.h"
42#include "HotKeyControl.h"
44#include "HwndWrapper.h"
45#include "IComparable.h"
48#include "INotifyObjectDead.h"
49#include "INotifyPropertyChanged.h"
50#include "IPAddressControl.h"
53#include "IValueConverter.h"
57#include "ItemsControl.h"
59#include "KnownColor.h"
62#include "LayoutHost.h"
69#include "MonthCalendar.h"
71#include "NotifyIcon.h"
72#include "ObservableObject.h"
75#include "PasswordBox.h"
79#include "ProgressBar.h"
81#include "RadioButton.h"
83#include "Reflection.h"
84#include "RoutedEvent.h"
85#include "RoutedEventArgs.h"
87#include "ScrollEnums.h"
91#include "SplitButton.h"
93#include "StackLayout.h"
94#include "StackLayoutH.h"
95#include "StackLayoutV.h"
96#include "StackPanel.h"
97#include "StaticControl.h"
100#include "TabControl.h"
102#include "TextBoxBase.h"
103#include "Thickness.h"
107#include "UIElement.h"
108#include "UniformGrid.h"
109#include "UniformGridLayout.h"
114#include "WrapLayout.h"
115#include "WrapLayoutH.h"
116#include "WrapLayoutV.h"
117#include "WrapPanel.h"
120#pragma comment(linker, "\"/manifestdependency:type='win32' \
121name='Microsoft.Windows.Common-Controls' version='6.0.0.0' \
122processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
125#pragma comment(lib, "comctl32.lib")