7 references to HighlightStroke
PresentationFramework.Aero (7)
Microsoft\Windows\Themes\BulletChrome.cs (7)
222
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
284
chrome.
HighlightStroke
.Brush.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
307
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
383
stops = ((GradientBrush)chrome.
HighlightStroke
.Brush).GradientStops;
524
chrome.
HighlightStroke
.Brush.BeginAnimation(Brush.OpacityProperty, da);
533
chrome.
HighlightStroke
.Brush.BeginAnimation(Brush.OpacityProperty, da);
731
dc.DrawRectangle(null,
HighlightStroke
, new Rect(3.5, 3.5, 6, 6));