1 write to _cacheStatusFontWeight
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
895
_cacheStatusFontWeight
= CreateInstance(SystemResourceKeyID.StatusFontWeight);
2 references to _cacheStatusFontWeight
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
893
if (
_cacheStatusFontWeight
== null)
898
return
_cacheStatusFontWeight
;