ContentControl.xaml 219 B

1234567
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
  2. <Style TargetType="ContentControl">
  3. <Setter Property="Focusable" Value="False"/>
  4. </Style>
  5. </ResourceDictionary>