1 write to _focusHorizontalBorderHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2757
_focusHorizontalBorderHeight
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXFOCUSBORDER));
2 references to _focusHorizontalBorderHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2761
return
_focusHorizontalBorderHeight
;
5748
changed |=
_focusHorizontalBorderHeight
!= FocusHorizontalBorderHeight;