1 write to _trackMaxHeightDeviceUnits
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
5082_trackMaxHeightDeviceUnits = mmi.ptMaxTrackSize.y;
2 references to _trackMaxHeightDeviceUnits
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
3534double maxHeightDeviceUnits = _trackMaxHeightDeviceUnits; 3540maxHeightDeviceUnits = Math.Max(_trackMaxHeightDeviceUnits, _windowMaxHeightDeviceUnits);