1 write to _cacheIconFontStyle
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
556
_cacheIconFontStyle
= CreateInstance(SystemResourceKeyID.IconFontStyle);
2 references to _cacheIconFontStyle
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
554
if (
_cacheIconFontStyle
== null)
559
return
_cacheIconFontStyle
;