1 write to _cacheIconGridWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4651
_cacheIconGridWidth
= CreateInstance(SystemResourceKeyID.IconGridWidth);
2 references to _cacheIconGridWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4649
if (
_cacheIconGridWidth
== null)
4654
return
_cacheIconGridWidth
;