1 write to _cacheSmallIconHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4477
_cacheSmallIconHeight
= CreateInstance(SystemResourceKeyID.SmallIconHeight);
2 references to _cacheSmallIconHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4475
if (
_cacheSmallIconHeight
== null)
4480
return
_cacheSmallIconHeight
;