|
152 | 152 | <Setter Property="BorderBrush" Value="Transparent" /> |
153 | 153 | </Style> |
154 | 154 | <Style Selector="^:pointerover /template/ Border#PART_ContentPresenterBorder"> |
155 | | - <Setter Property="Background" Value="{DynamicResource DataValidationErrorsPointerOverBackground}" /> |
| 155 | + <Setter Property="Background" Value="{DynamicResource DataValidationErrorsPointeroverBackground}" /> |
156 | 156 | <Setter Property="BorderBrush" Value="Transparent" /> |
157 | 157 | </Style> |
158 | 158 | <Style Selector="^:pressed /template/ Border#PART_ContentPresenterBorder"> |
|
210 | 210 | <Setter Property="BorderBrush" Value="{DynamicResource DataValidationErrorsBorderBrush}" /> |
211 | 211 | </Style> |
212 | 212 | <Style Selector="^:pointerover /template/ Border#PART_ContentPresenterBorder"> |
213 | | - <Setter Property="Background" Value="{DynamicResource DataValidationErrorsPointerOverBackground}" /> |
214 | | - <Setter Property="BorderBrush" Value="{DynamicResource DataValidationErrorsPointerOverBorderBrush}" /> |
| 213 | + <Setter Property="Background" Value="{DynamicResource DataValidationErrorsPointeroverBackground}" /> |
| 214 | + <Setter Property="BorderBrush" Value="{DynamicResource DataValidationErrorsPointeroverBorderBrush}" /> |
215 | 215 | </Style> |
216 | 216 | <Style Selector="^:pressed /template/ Border#PART_ContentPresenterBorder"> |
217 | 217 | <Setter Property="Background" Value="{DynamicResource DataValidationErrorsPressedBackground}" /> |
|
380 | 380 | <Setter Property="BorderBrush" Value="Transparent" /> |
381 | 381 | </Style> |
382 | 382 | <Style Selector="^:pointerover /template/ Border#PART_ContentPresenterBorder"> |
383 | | - <Setter Property="Background" Value="{DynamicResource DataValidationErrorsPointerOverBackground}" /> |
| 383 | + <Setter Property="Background" Value="{DynamicResource DataValidationErrorsPointeroverBackground}" /> |
384 | 384 | <Setter Property="BorderBrush" Value="Transparent" /> |
385 | 385 | </Style> |
386 | 386 | <Style Selector="^:pressed /template/ Border#PART_ContentPresenterBorder"> |
|
438 | 438 | <Setter Property="BorderBrush" Value="{DynamicResource DataValidationErrorsBorderBrush}" /> |
439 | 439 | </Style> |
440 | 440 | <Style Selector="^:pointerover /template/ Border#PART_ContentPresenterBorder"> |
441 | | - <Setter Property="Background" Value="{DynamicResource DataValidationErrorsPointerOverBackground}" /> |
442 | | - <Setter Property="BorderBrush" Value="{DynamicResource DataValidationErrorsPointerOverBorderBrush}" /> |
| 441 | + <Setter Property="Background" Value="{DynamicResource DataValidationErrorsPointeroverBackground}" /> |
| 442 | + <Setter Property="BorderBrush" Value="{DynamicResource DataValidationErrorsPointeroverBorderBrush}" /> |
443 | 443 | </Style> |
444 | 444 | <Style Selector="^:pressed /template/ Border#PART_ContentPresenterBorder"> |
445 | 445 | <Setter Property="Background" Value="{DynamicResource DataValidationErrorsPressedBackground}" /> |
|
0 commit comments