5 references to PropMinTrackSizeWidth
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
1595if (Properties.GetInteger(PropMinTrackSizeWidth) > value.Width) { 1596Properties.SetInteger(PropMinTrackSizeWidth, value.Width); 1734if (Properties.ContainsInteger(PropMinTrackSizeWidth)) { 1735return new Size(Properties.GetInteger(PropMinTrackSizeWidth), Properties.GetInteger(PropMinTrackSizeHeight)); 1752Properties.SetInteger(PropMinTrackSizeWidth, value.Width);