2 writes to GlyphFill
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
2170
_localResources.
GlyphFill
= CommonCheckMarkFill.Clone();
2175
_localResources.
GlyphFill
= CommonRadioButtonGlyphFill.Clone();
4 references to GlyphFill
PresentationFramework.Aero (4)
Microsoft\Windows\Themes\BulletChrome.cs (4)
2166
if (_localResources.
GlyphFill
== null)
2171
_localResources.
GlyphFill
.Opacity = 0;
2176
_localResources.
GlyphFill
.Opacity = 0;
2179
return _localResources.
GlyphFill
;