|
119 | 119 | <VisualState x:Name="Disabled"> |
120 | 120 | <Storyboard> |
121 | 121 | <ObjectAnimationUsingKeyFrames Storyboard.TargetName="BackgroundVisual" |
122 | | - Storyboard.TargetProperty="Background"> |
| 122 | + Storyboard.TargetProperty="Background"> |
123 | 123 | <DiscreteObjectKeyFrame KeyTime="0" |
124 | | - Value="{ThemeResource TextControlBackgroundDisabled}" /> |
| 124 | + Value="{ThemeResource TextControlBackgroundDisabled}" /> |
125 | 125 | </ObjectAnimationUsingKeyFrames> |
126 | 126 | <ObjectAnimationUsingKeyFrames Storyboard.TargetName="BackgroundVisual" |
127 | | - Storyboard.TargetProperty="BorderBrush"> |
| 127 | + Storyboard.TargetProperty="BorderBrush"> |
128 | 128 | <DiscreteObjectKeyFrame KeyTime="0" |
129 | | - Value="{ThemeResource TextControlBorderBrushDisabled}" /> |
| 129 | + Value="{ThemeResource TextControlBorderBrushDisabled}" /> |
130 | 130 | </ObjectAnimationUsingKeyFrames> |
131 | 131 |
|
132 | 132 | </Storyboard> |
|
135 | 135 | <VisualState x:Name="PointerOver"> |
136 | 136 | <Storyboard> |
137 | 137 | <ObjectAnimationUsingKeyFrames Storyboard.TargetName="BackgroundVisual" |
138 | | - Storyboard.TargetProperty="BorderBrush"> |
| 138 | + Storyboard.TargetProperty="BorderBrush"> |
139 | 139 | <DiscreteObjectKeyFrame KeyTime="0" |
140 | | - Value="{ThemeResource TextControlBorderBrushPointerOver}" /> |
| 140 | + Value="{ThemeResource TextControlBorderBrushPointerOver}" /> |
141 | 141 | </ObjectAnimationUsingKeyFrames> |
142 | 142 | <ObjectAnimationUsingKeyFrames Storyboard.TargetName="BackgroundVisual" |
143 | | - Storyboard.TargetProperty="Background"> |
| 143 | + Storyboard.TargetProperty="Background"> |
144 | 144 | <DiscreteObjectKeyFrame KeyTime="0" |
145 | | - Value="{ThemeResource TextControlBackgroundPointerOver}" /> |
| 145 | + Value="{ThemeResource TextControlBackgroundPointerOver}" /> |
146 | 146 | </ObjectAnimationUsingKeyFrames> |
147 | 147 | </Storyboard> |
148 | 148 | </VisualState> |
|
0 commit comments