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