6 references to CW_USEDEFAULT
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
4800if (cp.X != PInvoke.CW_USEDEFAULT) 4805if (cp.Y != PInvoke.CW_USEDEFAULT)
System\Windows\Forms\Form.cs (4)
3682cp.Width = PInvoke.CW_USEDEFAULT; 3683cp.Height = PInvoke.CW_USEDEFAULT; 3697cp.X = PInvoke.CW_USEDEFAULT; 3698cp.Y = PInvoke.CW_USEDEFAULT;