1 write to _horizontalScrollBarHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2619_horizontalScrollBarHeight = SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CYHSCROLL));
2 references to _horizontalScrollBarHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2623return _horizontalScrollBarHeight; 5333changed |= _horizontalScrollBarHeight != HorizontalScrollBarHeight;