Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Sample Applications/WPFGallery/Controls/ColorTile.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<Grid>
<TextBlock x:Name="CopyGlyphTextBlock" FontFamily="{StaticResource SymbolThemeFontFamily}" FontSize="16" Text="&#xE8C8;" />
Expand Down
1 change: 0 additions & 1 deletion Sample Applications/WPFGallery/Controls/IconDataField.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

<Button Grid.Column="1"
Padding="8"
FocusManager.IsFocusScope="True"
Click="CopyButton_Click"
AutomationProperties.Name="{Binding Label, ElementName=Root, StringFormat='{}Copy {0} to clipboard'}"
ToolTipService.ToolTip="Copy to clipboard">
Expand Down
Loading