1 write to _cacheIconFontWeight
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
572
_cacheIconFontWeight
= CreateInstance(SystemResourceKeyID.IconFontWeight);
2 references to _cacheIconFontWeight
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
570
if (
_cacheIconFontWeight
== null)
575
return
_cacheIconFontWeight
;