5 references to PropMaxTrackSizeWidth
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
1576if (Properties.ContainsInteger(PropMaxTrackSizeWidth)) { 1577return new Size(Properties.GetInteger(PropMaxTrackSizeWidth), Properties.GetInteger(PropMaxTrackSizeHeight)); 1588Properties.SetInteger(PropMaxTrackSizeWidth, value.Width); 1759if (Properties.GetInteger(PropMaxTrackSizeWidth) < value.Width) { 1760Properties.SetInteger(PropMaxTrackSizeWidth, value.Width);