4 references to ptMaxTrackSize
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
7202
mmi.
ptMaxTrackSize
.y = int.MaxValue;
7205
mmi.
ptMaxTrackSize
.x = int.MaxValue;
7212
mmi.
ptMaxTrackSize
.x = Math.Max(maxTrack.Width, minTrackWindowSize.Width);
7213
mmi.
ptMaxTrackSize
.y = Math.Max(maxTrack.Height, minTrackWindowSize.Height);