forked from lepoco/wpfui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVisualStudioToolsManifest.xml
51 lines (50 loc) · 2.59 KB
/
VisualStudioToolsManifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<FileList>
<File Reference="Wpf.Ui.dll">
<ToolboxItems UIFramework="WPF" VSCategory="WPF UI" BlendCategory="WPF UI">
<Item Type="Wpf.Ui.Controls.Anchor" />
<Item Type="Wpf.Ui.Controls.Arc" />
<Item Type="Wpf.Ui.Controls.AutoSuggestBox" />
<Item Type="Wpf.Ui.Controls.Badge" />
<Item Type="Wpf.Ui.Controls.Breadcrumb" />
<Item Type="Wpf.Ui.Controls.Button" />
<Item Type="Wpf.Ui.Controls.Card" />
<Item Type="Wpf.Ui.Controls.CardAction" />
<Item Type="Wpf.Ui.Controls.CardColor" />
<Item Type="Wpf.Ui.Controls.CardControl" />
<Item Type="Wpf.Ui.Controls.CardExpander" />
<Item Type="Wpf.Ui.Controls.ClientAreaBorder" />
<Item Type="Wpf.Ui.Controls.CodeBlock" />
<Item Type="Wpf.Ui.Controls.Dialog" />
<Item Type="Wpf.Ui.Controls.DropDownButton" />
<Item Type="Wpf.Ui.Controls.DynamicScrollBar" />
<Item Type="Wpf.Ui.Controls.DynamicScrollViewer" />
<Item Type="Wpf.Ui.Controls.FontIcon" />
<Item Type="Wpf.Ui.Controls.Hyperlink" />
<Item Type="Wpf.Ui.Controls.MenuItem" />
<Item Type="Wpf.Ui.Controls.MessageBox" />
<Item Type="Wpf.Ui.Controls.NavigationCompact" />
<Item Type="Wpf.Ui.Controls.NavigationFluent" />
<Item Type="Wpf.Ui.Controls.NavigationHeader" />
<Item Type="Wpf.Ui.Controls.NavigationItem" />
<Item Type="Wpf.Ui.Controls.NavigationSeparator" />
<Item Type="Wpf.Ui.Controls.NavigationStore" />
<Item Type="Wpf.Ui.Controls.NavigationView" />
<Item Type="Wpf.Ui.Controls.NotifyIcon" />
<Item Type="Wpf.Ui.Controls.NumberBox" />
<Item Type="Wpf.Ui.Controls.PasswordBox" />
<Item Type="Wpf.Ui.Controls.ProgressRing" />
<Item Type="Wpf.Ui.Controls.Rating" />
<Item Type="Wpf.Ui.Controls.Snackbar" />
<Item Type="Wpf.Ui.Controls.SymbolIcon" />
<Item Type="Wpf.Ui.Controls.TextBox" />
<Item Type="Wpf.Ui.Controls.ThumbRate" />
<Item Type="Wpf.Ui.Controls.TitleBar" />
<Item Type="Wpf.Ui.Controls.ToggleSwitch" />
<Item Type="Wpf.Ui.Controls.UiPage" />
<Item Type="Wpf.Ui.Controls.UiWindow" />
<Item Type="Wpf.Ui.Controls.VirtualizingItemsControl" />
<Item Type="Wpf.Ui.Controls.VirtualizingUniformGrid" />
<Item Type="Wpf.Ui.Controls.VirtualizingWrapPanel" />
</ToolboxItems>
</File>
</FileList>