1 write to _thinHorizontalBorderHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2506_thinHorizontalBorderHeight = SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXBORDER));
2 references to _thinHorizontalBorderHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2510return _thinHorizontalBorderHeight; 5881changed |= _thinHorizontalBorderHeight != ThinHorizontalBorderHeight;