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