1 write to _thinHorizontalBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2298_thinHorizontalBorderHeight = SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXBORDER));
2 references to _thinHorizontalBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2302return _thinHorizontalBorderHeight; 5288changed |= _thinHorizontalBorderHeight != ThinHorizontalBorderHeight;