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