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)
3534
double maxHeightDeviceUnits =
_trackMaxHeightDeviceUnits
;
3540
maxHeightDeviceUnits = Math.Max(
_trackMaxHeightDeviceUnits
, _windowMaxHeightDeviceUnits);