1 write to HighlightStroke
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\BulletChrome.cs (1)
1096
_localResources.
HighlightStroke
= CommonIndeterminateHighlight.Clone();
3 references to HighlightStroke
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\BulletChrome.cs (3)
1094
if (_localResources.
HighlightStroke
== null)
1097
_localResources.
HighlightStroke
.Brush.Opacity = 0;
1099
return _localResources.
HighlightStroke
;