1 write to _smallIconWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
3201
_smallIconWidth
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXSMICON));
2 references to _smallIconWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
3205
return
_smallIconWidth
;
5387
changed |=
_smallIconWidth
!= SmallIconWidth;