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