1 write to _fixedFrameHorizontalBorderHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2707_fixedFrameHorizontalBorderHeight = SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXFIXEDFRAME));
2 references to _fixedFrameHorizontalBorderHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2711return _fixedFrameHorizontalBorderHeight; 5899changed |= _fixedFrameHorizontalBorderHeight != FixedFrameHorizontalBorderHeight;