1 write to _cacheIconFontFamily
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
540
_cacheIconFontFamily
= CreateInstance(SystemResourceKeyID.IconFontFamily);
2 references to _cacheIconFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
538
if (
_cacheIconFontFamily
== null)
543
return
_cacheIconFontFamily
;