Resources.xaml 914 B

123456789101112
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <ResourceDictionary.MergedDictionaries>
  4. <ResourceDictionary Source="/UICommon;component/Brush.xaml"/>
  5. <ResourceDictionary Source="/UICommon;component/Styles/ButtonStyle.xaml"/>
  6. <ResourceDictionary Source="/UICommon;component/Styles/CheckBoxStyle.xaml"/>
  7. <ResourceDictionary Source="/UICommon;component/Styles/ComboBoxStyle.xaml"/>
  8. <ResourceDictionary Source="/UICommon;component/DrawImage.xaml"/>
  9. <ResourceDictionary Source="/UICommon;component/Styles/OtherStyle.xaml"/>
  10. <ResourceDictionary Source="/UICommon;component/Styles/RadioButtonStyle.xaml"/>
  11. </ResourceDictionary.MergedDictionaries>
  12. </ResourceDictionary>