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)
2761return _focusHorizontalBorderHeight; 5748changed |= _focusHorizontalBorderHeight != FocusHorizontalBorderHeight;