1 write to _cacheSmallIconWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5035
_cacheSmallIconWidth
= CreateInstance(SystemResourceKeyID.SmallIconWidth);
2 references to _cacheSmallIconWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5033
if (
_cacheSmallIconWidth
== null)
5038
return
_cacheSmallIconWidth
;