2 writes to GlyphFill
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
2261
_localResources.
GlyphFill
= CommonCheckMarkFill.Clone();
2266
_localResources.
GlyphFill
= CommonRadioButtonGlyphFill.Clone();
4 references to GlyphFill
PresentationFramework.Aero (4)
Microsoft\Windows\Themes\BulletChrome.cs (4)
2257
if (_localResources.
GlyphFill
== null)
2262
_localResources.
GlyphFill
.Opacity = 0;
2267
_localResources.
GlyphFill
.Opacity = 0;
2270
return _localResources.
GlyphFill
;