6 references to CW_USEDEFAULT
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (2)
5809if (cp.X != NativeMethods.CW_USEDEFAULT) { 5812if (cp.Y != NativeMethods.CW_USEDEFAULT) {
winforms\Managed\System\WinForms\Form.cs (4)
4001cp.Width = NativeMethods.CW_USEDEFAULT; 4002cp.Height = NativeMethods.CW_USEDEFAULT; 4015cp.X = NativeMethods.CW_USEDEFAULT; 4016cp.Y = NativeMethods.CW_USEDEFAULT;