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)
3481double maxWidthDeviceUnits = _trackMaxWidthDeviceUnits; 3487maxWidthDeviceUnits = Math.Max(_trackMaxWidthDeviceUnits, _windowMaxWidthDeviceUnits);