1 write to _cacheIconFontSize
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
534
_cacheIconFontSize
= CreateInstance(SystemResourceKeyID.IconFontSize);
2 references to _cacheIconFontSize
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
532
if (
_cacheIconFontSize
== null)
537
return
_cacheIconFontSize
;