4 references to PropMaxTrackSizeHeight
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
1577return new Size(Properties.GetInteger(PropMaxTrackSizeWidth), Properties.GetInteger(PropMaxTrackSizeHeight)); 1589Properties.SetInteger(PropMaxTrackSizeHeight, value.Height); 1763if (Properties.GetInteger(PropMaxTrackSizeHeight) < value.Height) { 1764Properties.SetInteger(PropMaxTrackSizeHeight, value.Height);