1 write to _trackMinWidthDeviceUnits
PresentationFramework (1)
System\Windows\Window.cs (1)
4910
_trackMinWidthDeviceUnits
= mmi.ptMinTrackSize.x;
1 reference to _trackMinWidthDeviceUnits
PresentationFramework (1)
System\Windows\Window.cs (1)
3479
Point minSizeLogicalUnits = DeviceToLogicalUnits(new Point(
_trackMinWidthDeviceUnits
, _trackMinHeightDeviceUnits));