|
16 | 16 | <SolidColorBrush x:Key="SystemControlErrorTextForegroundBrush" Color="Red"/> |
17 | 17 | <Color x:Key="SystemErrorTextColor">Red</Color> |
18 | 18 | </Style.Resources> |
19 | | - |
| 19 | + |
20 | 20 | <Setter Property="Background" Value="{DynamicResource Brush.Window}"/> |
21 | 21 | <Setter Property="BorderBrush" Value="{DynamicResource Brush.WindowBorder}"/> |
22 | 22 | <Setter Property="SystemDecorations" Value="Full"/> |
|
48 | 48 | </VisualLayerManager> |
49 | 49 | </Border> |
50 | 50 | </Border> |
51 | | - </ControlTemplate> |
| 51 | + </ControlTemplate> |
52 | 52 | </Setter> |
53 | 53 | </Style> |
54 | 54 |
|
|
403 | 403 | <Style Selector="^ /template/ RepeatButton:pointerover > Path"> |
404 | 404 | <Setter Property="Fill" Value="{DynamicResource Brush.FG1}" /> |
405 | 405 | </Style> |
406 | | - |
| 406 | + |
407 | 407 | <Style Selector="^ /template/ Thumb:pointerover"> |
408 | 408 | <Setter Property="Foreground" Value="{DynamicResource Brush.FG1}" /> |
409 | 409 | </Style> |
410 | | - |
| 410 | + |
411 | 411 | <Style Selector="^[IsExpanded=False]"> |
412 | 412 | <Style Selector="^ /template/ RepeatButton"> |
413 | 413 | <Setter Property="IsVisible" Value="False" /> |
|
426 | 426 | </Style> |
427 | 427 |
|
428 | 428 | <Style Selector="ScrollViewer.static_scrollbar"> |
429 | | - <Setter Property="AllowAutoHide" Value="False"/> |
| 429 | + <Setter Property="AllowAutoHide" Value="False"/> |
430 | 430 | <Style Selector="^ /template/ ScrollContentPresenter#PART_ContentPresenter"> |
431 | 431 | <Setter Property="Grid.RowSpan" Value="1"/> |
432 | 432 | <Setter Property="Grid.ColumnSpan" Value="1"/> |
|
1016 | 1016 | <Border/> |
1017 | 1017 | </FocusAdornerTemplate> |
1018 | 1018 | </Setter> |
1019 | | - |
| 1019 | + |
1020 | 1020 | <Setter Property="VerticalAlignment" Value="Center"/> |
1021 | 1021 | <Setter Property="Template"> |
1022 | 1022 | <ControlTemplate> |
|
1051 | 1051 | </Style> |
1052 | 1052 | <Style Selector="^:focus-visible:checked /template/ Path#Icon"> |
1053 | 1053 | <Setter Property="Fill" Value="White"/> |
1054 | | - </Style> |
| 1054 | + </Style> |
1055 | 1055 | </Style> |
1056 | 1056 |
|
1057 | 1057 | <Style Selector="RadioButton"> |
|
1060 | 1060 | <Border/> |
1061 | 1061 | </FocusAdornerTemplate> |
1062 | 1062 | </Setter> |
1063 | | - |
| 1063 | + |
1064 | 1064 | <Setter Property="Foreground" Value="{DynamicResource Brush.FG1}"/> |
1065 | | - |
| 1065 | + |
1066 | 1066 | <Setter Property="Template"> |
1067 | 1067 | <ControlTemplate> |
1068 | 1068 | <Grid ColumnDefinitions="16,*" Background="Transparent"> |
|
1362 | 1362 | <Style Selector="NumericUpDown"> |
1363 | 1363 | <Setter Property="Foreground" Value="{DynamicResource Brush.FG1}"/> |
1364 | 1364 | <Setter Property="Background" Value="{DynamicResource Brush.Contents}"/> |
1365 | | - |
| 1365 | + |
1366 | 1366 | <Style Selector="^ /template/ ButtonSpinner#PART_Spinner"> |
1367 | 1367 | <Setter Property="MinHeight" Value="0"/> |
1368 | 1368 | <Setter Property="Height" Value="28"/> |
|
0 commit comments