1 write to _cacheStatusFontSize
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
847
_cacheStatusFontSize
= CreateInstance(SystemResourceKeyID.StatusFontSize);
2 references to _cacheStatusFontSize
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
845
if (
_cacheStatusFontSize
== null)
850
return
_cacheStatusFontSize
;