1 write to _cacheSmallIconWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4465
_cacheSmallIconWidth
= CreateInstance(SystemResourceKeyID.SmallIconWidth);
2 references to _cacheSmallIconWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4463
if (
_cacheSmallIconWidth
== null)
4468
return
_cacheSmallIconWidth
;