2 writes to _windowMaxHeightDeviceUnits
PresentationFramework (2)
System\Windows\Window.cs (2)
4633_windowMaxHeightDeviceUnits = Math.Max(_windowMaxHeightDeviceUnits, windowSize.Y); 4810_windowMaxHeightDeviceUnits = mmi.ptMaxSize.y;
2 references to _windowMaxHeightDeviceUnits
PresentationFramework (2)
System\Windows\Window.cs (2)
3357maxHeightDeviceUnits = Math.Max(_trackMaxHeightDeviceUnits, _windowMaxHeightDeviceUnits); 4633_windowMaxHeightDeviceUnits = Math.Max(_windowMaxHeightDeviceUnits, windowSize.Y);