|
10 | 10 | Closing="Window_Closing"> |
11 | 11 |
|
12 | 12 | <Window.Resources> |
| 13 | + <Style TargetType="Button"> |
| 14 | + <Setter Property="FontFamily" Value="{DynamicResource VsFont.EnvironmentFontFamily}" /> |
| 15 | + <Setter Property="FontSize" Value="{DynamicResource VsFont.EnvironmentFontSize}" /> |
| 16 | + </Style> |
13 | 17 | <Style TargetType="DataGrid"> |
14 | 18 | <Setter Property="Foreground" Value="{DynamicResource {x:Static vs_shell:EnvironmentColors.ToolWindowTextBrushKey}}"/> |
15 | 19 | <Setter Property="Background" Value="{DynamicResource {x:Static vs_shell:EnvironmentColors.ToolWindowBackgroundBrushKey}}"/> |
| 20 | + <Setter Property="FontFamily" Value="{DynamicResource VsFont.EnvironmentFontFamily}" /> |
| 21 | + <Setter Property="FontSize" Value="{DynamicResource VsFont.EnvironmentFontSize}" /> |
16 | 22 | </Style> |
17 | 23 | <Style TargetType="DataGridColumnHeader"> |
18 | 24 | <Setter Property="Foreground" Value="{DynamicResource {x:Static vs_shell:EnvironmentColors.GridHeadingTextBrushKey}}"/> |
|
47 | 53 | <Style TargetType="TextBlock"> |
48 | 54 | <Setter Property="Foreground" Value="{DynamicResource {x:Static vs_shell:EnvironmentColors.ToolWindowTextBrushKey}}"/> |
49 | 55 | <Setter Property="Background" Value="{DynamicResource {x:Static vs_shell:EnvironmentColors.ToolWindowBackgroundBrushKey}}"/> |
| 56 | + <Setter Property="FontFamily" Value="{DynamicResource VsFont.EnvironmentFontFamily}" /> |
| 57 | + <Setter Property="FontSize" Value="{DynamicResource VsFont.EnvironmentFontSize}" /> |
50 | 58 | </Style> |
51 | 59 | <Style TargetType="TextBox"> |
52 | 60 | <Setter Property="Foreground" Value="{DynamicResource {x:Static vs_shell:EnvironmentColors.ToolWindowTextBrushKey}}"/> |
53 | 61 | <Setter Property="Background" Value="{DynamicResource {x:Static vs_shell:EnvironmentColors.ToolWindowBackgroundBrushKey}}"/> |
| 62 | + <Setter Property="FontFamily" Value="{DynamicResource VsFont.EnvironmentFontFamily}" /> |
| 63 | + <Setter Property="FontSize" Value="{DynamicResource VsFont.EnvironmentFontSize}" /> |
54 | 64 | </Style> |
55 | 65 | <Style TargetType="Grid"> |
56 | 66 | <Setter Property="Background" Value="{DynamicResource {x:Static vs_shell:EnvironmentColors.ToolWindowBackgroundBrushKey}}"/> |
57 | 67 | </Style> |
58 | 68 | <Style TargetType="CheckBox"> |
59 | 69 | <Setter Property="Foreground" Value="{DynamicResource {x:Static vs_shell:EnvironmentColors.ToolWindowTextBrushKey}}"/> |
60 | 70 | <Setter Property="Background" Value="{DynamicResource {x:Static vs_shell:EnvironmentColors.ToolWindowBackgroundBrushKey}}"/> |
| 71 | + <Setter Property="FontFamily" Value="{DynamicResource VsFont.EnvironmentFontFamily}" /> |
| 72 | + <Setter Property="FontSize" Value="{DynamicResource VsFont.EnvironmentFontSize}" /> |
61 | 73 | <Setter Property="Template"> |
62 | 74 | <Setter.Value> |
63 | 75 | <ControlTemplate TargetType="{x:Type CheckBox}"> |
|
0 commit comments