1 write to HighlightStroke
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\BulletChrome.cs (1)
1102
_localResources.
HighlightStroke
= CommonIndeterminateHighlight.Clone();
3 references to HighlightStroke
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\BulletChrome.cs (3)
1100
if (_localResources.
HighlightStroke
== null)
1103
_localResources.
HighlightStroke
.Brush.Opacity = 0;
1105
return _localResources.
HighlightStroke
;