1 write to _cacheIconFontFamily
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
550
_cacheIconFontFamily
= CreateInstance(SystemResourceKeyID.IconFontFamily);
2 references to _cacheIconFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
548
if (
_cacheIconFontFamily
== null)
553
return
_cacheIconFontFamily
;