7 references to HighlightStroke
PresentationFramework.Aero2 (7)
Microsoft\Windows\Themes\BulletChrome.cs (7)
214
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
276
chrome.
HighlightStroke
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
299
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
375
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
522
chrome.
HighlightStroke
.Brush.BeginAnimation(Brush.OpacityProperty, da);
533
chrome.
HighlightStroke
.Brush.BeginAnimation(Brush.OpacityProperty, da);
733
dc.DrawRectangle(null,
HighlightStroke
, new Rect(3.5, 3.5, 6, 6));