Files
ShrlAlgoToolkit/Wpf.Ui.Extend/Resources/Wpf.Ui.Extend.xaml

18 lines
1.9 KiB
Plaintext
Raw Normal View History

2024-09-22 11:05:41 +08:00
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Resources/Variables.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/ComboBoxEx/ComboBoxEx.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/TextBoxEx/TextBoxEx.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/ChooseBox/ChooseBox.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/GroupBox/GroupBox.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/ColorZone/ColorZone.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/ColorPicker/ColorPicker.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/FluentWindowEx/FluentWindowEx.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/CheckComboBox/CheckComboBox.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/MultiTreeView/MultiTreeView.xaml" />
<!--<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/MultiSelectComboBox/MultiSelectComboBox.xaml" />-->
<!--<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/MultiSelectTreeView/MultiSelectTreeView.Classic.xaml" />-->
<!--<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Controls/MultiSelectTreeView/MultiSelectTreeViewItem.Classic.xaml" />-->
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>