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)
2639return _horizontalScrollBarThumbWidth; 5332changed |= _horizontalScrollBarThumbWidth != HorizontalScrollBarThumbWidth;