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