7 references to HighlightStroke
PresentationFramework.Aero2 (7)
Microsoft\Windows\Themes\BulletChrome.cs (7)
216
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
278
chrome.
HighlightStroke
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
301
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
377
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
518
chrome.
HighlightStroke
.Brush.BeginAnimation(Brush.OpacityProperty, da);
527
chrome.
HighlightStroke
.Brush.BeginAnimation(Brush.OpacityProperty, da);
725
dc.DrawRectangle(null,
HighlightStroke
, new Rect(3.5, 3.5, 6, 6));