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