2 writes to GlyphStroke
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
2182
_localResources.
GlyphStroke
= CommonCheckMarkStroke.Clone();
2187
_localResources.
GlyphStroke
= CommonRadioButtonGlyphStroke.Clone();
4 references to GlyphStroke
PresentationFramework.Aero2 (4)
Microsoft\Windows\Themes\BulletChrome.cs (4)
2178
if (_localResources.
GlyphStroke
== null)
2183
_localResources.
GlyphStroke
.Brush.Opacity = 0;
2188
_localResources.
GlyphStroke
.Brush.Opacity = 0;
2191
return _localResources.
GlyphStroke
;