7 references to HighlightStroke
PresentationFramework.Aero2 (7)
Microsoft\Windows\Themes\BulletChrome.cs (7)
210
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
272
chrome.
HighlightStroke
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
295
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
371
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
512
chrome.
HighlightStroke
.Brush.BeginAnimation(Brush.OpacityProperty, da);
521
chrome.
HighlightStroke
.Brush.BeginAnimation(Brush.OpacityProperty, da);
719
dc.DrawRectangle(null,
HighlightStroke
, new Rect(3.5, 3.5, 6, 6));