1 write to _cacheIconGridHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4097
_cacheIconGridHeight
= CreateInstance(SystemResourceKeyID.IconGridHeight);
2 references to _cacheIconGridHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4095
if (
_cacheIconGridHeight
== null)
4100
return
_cacheIconGridHeight
;