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