1 write to _cacheSmallIconHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5051
_cacheSmallIconHeight
= CreateInstance(SystemResourceKeyID.SmallIconHeight);
2 references to _cacheSmallIconHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5049
if (
_cacheSmallIconHeight
== null)
5054
return
_cacheSmallIconHeight
;