1 write to _cacheStatusFontStyle
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
889
_cacheStatusFontStyle
= CreateInstance(SystemResourceKeyID.StatusFontStyle);
2 references to _cacheStatusFontStyle
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
887
if (
_cacheStatusFontStyle
== null)
892
return
_cacheStatusFontStyle
;