1 write to _cacheIconGridWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4077
_cacheIconGridWidth
= CreateInstance(SystemResourceKeyID.IconGridWidth);
2 references to _cacheIconGridWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4075
if (
_cacheIconGridWidth
== null)
4080
return
_cacheIconGridWidth
;