1 write to _cacheStatusFontSize
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
857
_cacheStatusFontSize
= CreateInstance(SystemResourceKeyID.StatusFontSize);
2 references to _cacheStatusFontSize
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
855
if (
_cacheStatusFontSize
== null)
860
return
_cacheStatusFontSize
;