1 write to _thickHorizontalBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2392_thickHorizontalBorderHeight = SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXEDGE));
2 references to _thickHorizontalBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2396return _thickHorizontalBorderHeight; 5318changed |= _thickHorizontalBorderHeight != ThickHorizontalBorderHeight;