4 references to PropMinTrackSizeHeight
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
1599if (Properties.GetInteger(PropMinTrackSizeHeight) > value.Height) { 1600Properties.SetInteger(PropMinTrackSizeHeight, value.Height); 1735return new Size(Properties.GetInteger(PropMinTrackSizeWidth), Properties.GetInteger(PropMinTrackSizeHeight)); 1753Properties.SetInteger(PropMinTrackSizeHeight, value.Height);