diff --git a/Sample Applications/WPFGallery/Controls/ColorTile.xaml b/Sample Applications/WPFGallery/Controls/ColorTile.xaml index 8fadd78e5..59bf23b23 100644 --- a/Sample Applications/WPFGallery/Controls/ColorTile.xaml +++ b/Sample Applications/WPFGallery/Controls/ColorTile.xaml @@ -56,7 +56,6 @@ Foreground="{TemplateBinding Foreground}" Command="ApplicationCommands.Copy" CommandTarget="{Binding RelativeSource={RelativeSource AncestorType={x:Type controls:ColorTile}}}" - FocusManager.IsFocusScope="True" ToolTipService.ToolTip="Copy brush name"> diff --git a/Sample Applications/WPFGallery/Controls/IconDataField.xaml b/Sample Applications/WPFGallery/Controls/IconDataField.xaml index 32846c0a8..7449c97df 100644 --- a/Sample Applications/WPFGallery/Controls/IconDataField.xaml +++ b/Sample Applications/WPFGallery/Controls/IconDataField.xaml @@ -29,7 +29,6 @@