1 write to _cacheIconFontStyle
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
566
_cacheIconFontStyle
= CreateInstance(SystemResourceKeyID.IconFontStyle);
2 references to _cacheIconFontStyle
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
564
if (
_cacheIconFontStyle
== null)
569
return
_cacheIconFontStyle
;