1 write to _cacheIconFontStyle
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
575
_cacheIconFontStyle
= CreateInstance(SystemResourceKeyID.IconFontStyle);
2 references to _cacheIconFontStyle
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
573
if (
_cacheIconFontStyle
== null)
578
return
_cacheIconFontStyle
;