2 writes to _windowMaxHeightDeviceUnits
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
4897
_windowMaxHeightDeviceUnits
= Math.Max(_windowMaxHeightDeviceUnits, windowSize.Y);
5084
_windowMaxHeightDeviceUnits
= mmi.ptMaxSize.y;
2 references to _windowMaxHeightDeviceUnits
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
3540
maxHeightDeviceUnits = Math.Max(_trackMaxHeightDeviceUnits,
_windowMaxHeightDeviceUnits
);
4897
_windowMaxHeightDeviceUnits = Math.Max(
_windowMaxHeightDeviceUnits
, windowSize.Y);