CheckBox.xaml 194 B

12345
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
  2. <Style BasedOn="{StaticResource CheckBoxBaseStyle}" TargetType="CheckBox"/>
  3. </ResourceDictionary>