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