1 write to _cacheIconFontFamily
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
559
_cacheIconFontFamily
= CreateInstance(SystemResourceKeyID.IconFontFamily);
2 references to _cacheIconFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
557
if (
_cacheIconFontFamily
== null)
562
return
_cacheIconFontFamily
;