1 write to _trackMaxHeightDeviceUnits
PresentationFramework (1)
System\Windows\Window.cs (1)
4907_trackMaxHeightDeviceUnits = mmi.ptMaxTrackSize.y;
2 references to _trackMaxHeightDeviceUnits
PresentationFramework (2)
System\Windows\Window.cs (2)
3464double maxHeightDeviceUnits = _trackMaxHeightDeviceUnits; 3470maxHeightDeviceUnits = Math.Max(_trackMaxHeightDeviceUnits, _windowMaxHeightDeviceUnits);