1 write to _trackMaxWidthDeviceUnits
PresentationFramework (1)
System\Windows\Window.cs (1)
4925
_trackMaxWidthDeviceUnits
= mmi.ptMaxTrackSize.x;
2 references to _trackMaxWidthDeviceUnits
PresentationFramework (2)
System\Windows\Window.cs (2)
3481
double maxWidthDeviceUnits =
_trackMaxWidthDeviceUnits
;
3487
maxWidthDeviceUnits = Math.Max(
_trackMaxWidthDeviceUnits
, _windowMaxWidthDeviceUnits);