7 references to HighlightStroke
PresentationFramework.Aero2 (7)
Microsoft\Windows\Themes\BulletChrome.cs (7)
213
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
275
chrome.
HighlightStroke
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
298
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
374
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
521
chrome.
HighlightStroke
.Brush.BeginAnimation(Brush.OpacityProperty, da);
532
chrome.
HighlightStroke
.Brush.BeginAnimation(Brush.OpacityProperty, da);
732
dc.DrawRectangle(null,
HighlightStroke
, new Rect(3.5, 3.5, 6, 6));