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