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