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