1 write to _fixedFrameHorizontalBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2459
_fixedFrameHorizontalBorderHeight
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXFIXEDFRAME));
2 references to _fixedFrameHorizontalBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2463
return
_fixedFrameHorizontalBorderHeight
;
5306
changed |=
_fixedFrameHorizontalBorderHeight
!= FixedFrameHorizontalBorderHeight;