1 write to _cacheIconWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4619
_cacheIconWidth
= CreateInstance(SystemResourceKeyID.IconWidth);
2 references to _cacheIconWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4617
if (
_cacheIconWidth
== null)
4622
return
_cacheIconWidth
;