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