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