2 writes to GlyphFill
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
2164
_localResources.
GlyphFill
= CommonCheckMarkFill.Clone();
2169
_localResources.
GlyphFill
= CommonRadioButtonGlyphFill.Clone();
4 references to GlyphFill
PresentationFramework.Aero2 (4)
Microsoft\Windows\Themes\BulletChrome.cs (4)
2160
if (_localResources.
GlyphFill
== null)
2165
_localResources.
GlyphFill
.Opacity = 0;
2170
_localResources.
GlyphFill
.Opacity = 0;
2173
return _localResources.
GlyphFill
;