|
3771 | 3771 | <Setter TargetName="PART_ContentHost" Property="Foreground" Value="{DynamicResource TextControlForegroundPointerOver}" />
|
3772 | 3772 | </Trigger>
|
3773 | 3773 | <Trigger Property="IsFocused" Value="True">
|
3774 |
| - <Setter TargetName="ContentBorder" Property="BorderThickness" Value="{StaticResource TextControlBorderThemeThicknessFocused}" /> |
| 3774 | + <Setter TargetName="ContentBorder" Property="BorderThickness" Value="{DynamicResource TextControlBorderThemeThicknessFocused}" /> |
3775 | 3775 | <Setter TargetName="ContentBorder" Property="Background" Value="{DynamicResource TextControlBackgroundFocused}" />
|
3776 | 3776 | <Setter TargetName="ContentBorder" Property="BorderBrush" Value="{DynamicResource TextControlBorderBrushFocused}" />
|
3777 | 3777 | <Setter TargetName="PART_ContentHost" Property="Foreground" Value="{DynamicResource TextControlForegroundFocused}" />
|
|
4088 | 4088 | <Setter Property="CaretBrush" Value="{DynamicResource TextControlForeground}" />
|
4089 | 4089 | <Setter Property="Background" Value="{DynamicResource TextControlBackground}" />
|
4090 | 4090 | <Setter Property="BorderBrush" Value="{DynamicResource TextControlBorderBrush}" />
|
4091 |
| - <Setter Property="BorderThickness" Value="{StaticResource TextControlBorderThemeThickness}" /> |
| 4091 | + <Setter Property="BorderThickness" Value="{DynamicResource TextControlBorderThemeThickness}" /> |
4092 | 4092 | <Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Auto" />
|
4093 | 4093 | <Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto" />
|
4094 | 4094 | <Setter Property="HorizontalContentAlignment" Value="Left" />
|
|
4117 | 4117 | <Setter TargetName="PART_ContentHost" Property="Foreground" Value="{DynamicResource TextControlForegroundPointerOver}" />
|
4118 | 4118 | </Trigger>
|
4119 | 4119 | <Trigger Property="IsFocused" Value="True">
|
4120 |
| - <Setter TargetName="ContentBorder" Property="BorderThickness" Value="{StaticResource TextControlBorderThemeThicknessFocused}" /> |
| 4120 | + <Setter TargetName="ContentBorder" Property="BorderThickness" Value="{DynamicResource TextControlBorderThemeThicknessFocused}" /> |
4121 | 4121 | <Setter TargetName="ContentBorder" Property="Background" Value="{DynamicResource TextControlBackgroundFocused}" />
|
4122 | 4122 | <Setter TargetName="ContentBorder" Property="BorderBrush" Value="{DynamicResource TextControlBorderBrushFocused}" />
|
4123 | 4123 | <Setter TargetName="PART_ContentHost" Property="Foreground" Value="{DynamicResource TextControlForegroundFocused}" />
|
|
4822 | 4822 | <Setter Property="CaretBrush" Value="{DynamicResource TextControlForeground}" />
|
4823 | 4823 | <Setter Property="Background" Value="{DynamicResource TextControlBackground}" />
|
4824 | 4824 | <Setter Property="BorderBrush" Value="{DynamicResource TextControlElevationBorderBrush}" />
|
4825 |
| - <Setter Property="BorderThickness" Value="{StaticResource TextControlBorderThemeThickness}" /> |
| 4825 | + <Setter Property="BorderThickness" Value="{DynamicResource TextControlBorderThemeThickness}" /> |
4826 | 4826 | <Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Hidden" />
|
4827 | 4827 | <Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Hidden" />
|
4828 | 4828 | <Setter Property="HorizontalContentAlignment" Value="Left" />
|
|
4851 | 4851 | <Setter TargetName="PART_ContentHost" Property="Foreground" Value="{DynamicResource TextControlForegroundPointerOver}" />
|
4852 | 4852 | </Trigger>
|
4853 | 4853 | <Trigger Property="IsFocused" Value="True">
|
4854 |
| - <Setter TargetName="ContentBorder" Property="BorderThickness" Value="{StaticResource TextControlBorderThemeThicknessFocused}" /> |
| 4854 | + <Setter TargetName="ContentBorder" Property="BorderThickness" Value="{DynamicResource TextControlBorderThemeThicknessFocused}" /> |
4855 | 4855 | <Setter TargetName="ContentBorder" Property="Background" Value="{DynamicResource TextControlBackgroundFocused}" />
|
4856 | 4856 | <Setter TargetName="ContentBorder" Property="BorderBrush" Value="{DynamicResource TextControlBorderBrushFocused}" />
|
4857 | 4857 | <Setter TargetName="PART_ContentHost" Property="Foreground" Value="{DynamicResource TextControlForegroundFocused}" />
|
|
4929 | 4929 | <Setter TargetName="PART_ContentHost" Property="Foreground" Value="{DynamicResource TextControlForegroundPointerOver}" />
|
4930 | 4930 | </Trigger>
|
4931 | 4931 | <Trigger Property="IsFocused" Value="True">
|
4932 |
| - <Setter TargetName="ContentBorder" Property="BorderThickness" Value="{StaticResource TextControlBorderThemeThicknessFocused}" /> |
| 4932 | + <Setter TargetName="ContentBorder" Property="BorderThickness" Value="{DynamicResource TextControlBorderThemeThicknessFocused}" /> |
4933 | 4933 | <Setter TargetName="ContentBorder" Property="Background" Value="{DynamicResource TextControlBackgroundFocused}" />
|
4934 | 4934 | <Setter TargetName="ContentBorder" Property="BorderBrush" Value="{DynamicResource TextControlBorderBrushFocused}" />
|
4935 | 4935 | <Setter TargetName="PART_ContentHost" Property="Foreground" Value="{DynamicResource TextControlForegroundFocused}" />
|
4936 | 4936 | </Trigger>
|
4937 | 4937 | <Trigger SourceName="DeleteButton" Property="IsPressed" Value="True">
|
4938 |
| - <Setter TargetName="ContentBorder" Property="BorderThickness" Value="{StaticResource TextControlBorderThemeThicknessFocused}" /> |
| 4938 | + <Setter TargetName="ContentBorder" Property="BorderThickness" Value="{DynamicResource TextControlBorderThemeThicknessFocused}" /> |
4939 | 4939 | <Setter TargetName="ContentBorder" Property="Background" Value="{DynamicResource TextControlBackgroundFocused}" />
|
4940 | 4940 | <Setter TargetName="ContentBorder" Property="BorderBrush" Value="{DynamicResource TextControlBorderBrushFocused}" />
|
4941 | 4941 | <Setter TargetName="PART_ContentHost" Property="Foreground" Value="{DynamicResource TextControlForegroundFocused}" />
|
|
4963 | 4963 | <Setter Property="CaretBrush" Value="{DynamicResource TextControlForeground}" />
|
4964 | 4964 | <Setter Property="Background" Value="{DynamicResource TextControlBackground}" />
|
4965 | 4965 | <Setter Property="BorderBrush" Value="{DynamicResource TextControlElevationBorderBrush}" />
|
4966 |
| - <Setter Property="BorderThickness" Value="{StaticResource TextControlBorderThemeThickness}" /> |
| 4966 | + <Setter Property="BorderThickness" Value="{DynamicResource TextControlBorderThemeThickness}" /> |
4967 | 4967 | <Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Hidden" />
|
4968 | 4968 | <Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Hidden" />
|
4969 | 4969 | <Setter Property="HorizontalContentAlignment" Value="Left" />
|
|
0 commit comments