2 writes to GlyphStroke
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
2097
_localResources.
GlyphStroke
= CommonCheckMarkStroke.Clone();
2102
_localResources.
GlyphStroke
= CommonRadioButtonGlyphStroke.Clone();
4 references to GlyphStroke
PresentationFramework.Aero (4)
Microsoft\Windows\Themes\BulletChrome.cs (4)
2093
if (_localResources.
GlyphStroke
== null)
2098
_localResources.
GlyphStroke
.Brush.Opacity = 0;
2103
_localResources.
GlyphStroke
.Brush.Opacity = 0;
2106
return _localResources.
GlyphStroke
;