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