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