1 write to _cacheIconFontWeight
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
591
_cacheIconFontWeight
= CreateInstance(SystemResourceKeyID.IconFontWeight);
2 references to _cacheIconFontWeight
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
589
if (
_cacheIconFontWeight
== null)
594
return
_cacheIconFontWeight
;