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