6 references to CW_USEDEFAULT
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
4585if (cp.X != PInvoke.CW_USEDEFAULT) 4590if (cp.Y != PInvoke.CW_USEDEFAULT)
System\Windows\Forms\Form.cs (4)
3679cp.Width = PInvoke.CW_USEDEFAULT; 3680cp.Height = PInvoke.CW_USEDEFAULT; 3694cp.X = PInvoke.CW_USEDEFAULT; 3695cp.Y = PInvoke.CW_USEDEFAULT;