|
1 | 1 | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
2 | 2 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
3 | 3 | xmlns:controls="clr-namespace:HandyControl.Controls" |
4 | | - xmlns:system="clr-namespace:System;assembly=mscorlib"> |
| 4 | + xmlns:system="clr-namespace:System;assembly=mscorlib" |
| 5 | + xmlns:themes="clr-namespace:HandyControl.Themes"> |
5 | 6 |
|
6 | 7 | <ResourceDictionary.MergedDictionaries> |
7 | | - <ResourceDictionary Source="Base/ScrollViewerBaseStyle.xaml"/> |
8 | | - <ResourceDictionary Source="Button.xaml"/> |
9 | | - <ResourceDictionary Source="ToggleButton.xaml"/> |
10 | | - <ResourceDictionary Source="TextBox.xaml"/> |
11 | | - <ResourceDictionary Source="ComboBox.xaml"/> |
12 | | - <ResourceDictionary Source="CheckBox.xaml"/> |
| 8 | + <themes:SharedResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Styles/Base/ScrollViewerBaseStyle.xaml"/> |
| 9 | + <themes:SharedResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Styles/Button.xaml"/> |
| 10 | + <themes:SharedResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Styles/ToggleButton.xaml"/> |
| 11 | + <themes:SharedResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Styles/TextBox.xaml"/> |
| 12 | + <themes:SharedResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Styles/ComboBox.xaml"/> |
| 13 | + <themes:SharedResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Styles/CheckBox.xaml"/> |
13 | 14 | </ResourceDictionary.MergedDictionaries> |
14 | 15 |
|
15 | 16 | <Style x:Key="RowHeaderGripperStyle" TargetType="Thumb"> |
|
0 commit comments