4 references to ptMaxTrackSize
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
6905
mmi->
ptMaxTrackSize
.Y = int.MaxValue;
6910
mmi->
ptMaxTrackSize
.X = int.MaxValue;
6919
mmi->
ptMaxTrackSize
.X = Math.Max(maxTrack.Width, minTrackWindowSize.Width);
6920
mmi->
ptMaxTrackSize
.Y = Math.Max(maxTrack.Height, minTrackWindowSize.Height);