1 write to _cacheIconWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4049
_cacheIconWidth
= CreateInstance(SystemResourceKeyID.IconWidth);
2 references to _cacheIconWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4047
if (
_cacheIconWidth
== null)
4052
return
_cacheIconWidth
;