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