WPF のボタンのラベルに問題があります。ボタンをクリックすると、ラベルがぼやけてはっきりしますが、アニメーションのように見え、約 2 秒続きます。
<Button Grid.Row="2" Command="{Binding DefaultCommand}">
<StackPanel Orientation="Horizontal">
<Image Source="../Images/add_all.png" />
<TextBlock VerticalAlignment="Center" Margin="2">All</TextBlock>
</StackPanel>
</Button>
targettype = button の width、height、margin のみのスタイルを設定します。
RenderOptions.ClearTypeHint="ClearTypeHint"
役に立ちません。