1 write to _cacheIconFontSize
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
524
_cacheIconFontSize
= CreateInstance(SystemResourceKeyID.IconFontSize);
2 references to _cacheIconFontSize
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
522
if (
_cacheIconFontSize
== null)
527
return
_cacheIconFontSize
;