1 write to _cacheIconFontWeight
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
582
_cacheIconFontWeight
= CreateInstance(SystemResourceKeyID.IconFontWeight);
2 references to _cacheIconFontWeight
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
580
if (
_cacheIconFontWeight
== null)
585
return
_cacheIconFontWeight
;