1 write to _cacheStatusFontWeight
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
905
_cacheStatusFontWeight
= CreateInstance(SystemResourceKeyID.StatusFontWeight);
2 references to _cacheStatusFontWeight
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
903
if (
_cacheStatusFontWeight
== null)
908
return
_cacheStatusFontWeight
;