1 write to _resizeFrameHorizontalBorderHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
3170_resizeFrameHorizontalBorderHeight = SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXSIZEFRAME));
2 references to _resizeFrameHorizontalBorderHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
3174return _resizeFrameHorizontalBorderHeight; 5395changed |= _resizeFrameHorizontalBorderHeight != ResizeFrameHorizontalBorderHeight;