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