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