1 write to _horizontalScrollBarHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2891_horizontalScrollBarHeight = SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CYHSCROLL));
2 references to _horizontalScrollBarHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2895return _horizontalScrollBarHeight; 5908changed |= _horizontalScrollBarHeight != HorizontalScrollBarHeight;