1 write to _horizontalScrollBarThumbWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2639
_horizontalScrollBarThumbWidth
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXHTHUMB));
2 references to _horizontalScrollBarThumbWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2643
return
_horizontalScrollBarThumbWidth
;
5336
changed |=
_horizontalScrollBarThumbWidth
!= HorizontalScrollBarThumbWidth;