Generic.xaml 1.5 KB

123456789101112131415
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
  2. <ResourceDictionary.MergedDictionaries>
  3. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/Dashboard/Themes/Generic.xaml" />
  4. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/SegmentControl/Themes/Generic.xaml" />
  5. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/Heading/Themes/Generic.xaml" />
  6. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/NavigationPanel/Themes/Generic.xaml" />
  7. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/GroupBox/Themes/Generic.xaml" />
  8. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/CheckComboBox/Themes/Generic.xaml" />
  9. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/CheckBox/Themes/DefaultCheckBoxStyle.xaml" />
  10. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/CheckBox/Themes/ZCheckBox.xaml" />
  11. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/ToolTip/Themes/FlatToolTipStyle.xaml" />
  12. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/ToolTip/Themes/Generic.xaml" />
  13. <ResourceDictionary Source="/SHJX.Service.Library;component/CustomControl/FloatingActionControls/Themes/Generic.xaml" />
  14. </ResourceDictionary.MergedDictionaries>
  15. </ResourceDictionary>