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)
2510
return
_thinHorizontalBorderHeight
;
5881
changed |=
_thinHorizontalBorderHeight
!= ThinHorizontalBorderHeight;