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