| <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">    <ResourceDictionary.MergedDictionaries>        <ResourceDictionary Source="/UICommon;component/Brush.xaml"/>        <ResourceDictionary Source="/UICommon;component/Styles/ButtonStyle.xaml"/>        <ResourceDictionary Source="/UICommon;component/Styles/CheckBoxStyle.xaml"/>        <ResourceDictionary Source="/UICommon;component/Styles/ComboBoxStyle.xaml"/>        <ResourceDictionary Source="/UICommon;component/DrawImage.xaml"/>        <ResourceDictionary Source="/UICommon;component/Styles/OtherStyle.xaml"/>        <ResourceDictionary Source="/UICommon;component/Styles/RadioButtonStyle.xaml"/>    </ResourceDictionary.MergedDictionaries></ResourceDictionary>
 |