1 write to _cacheIconGridHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4667
_cacheIconGridHeight
= CreateInstance(SystemResourceKeyID.IconGridHeight);
2 references to _cacheIconGridHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4665
if (
_cacheIconGridHeight
== null)
4670
return
_cacheIconGridHeight
;