1 write to _thickHorizontalBorderHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2607
_thickHorizontalBorderHeight
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXEDGE));
2 references to _thickHorizontalBorderHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2611
return
_thickHorizontalBorderHeight
;
5893
changed |=
_thickHorizontalBorderHeight
!= ThickHorizontalBorderHeight;