10 references to CW_USEDEFAULT
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
4592if (cp.X != PInvoke.CW_USEDEFAULT) 4597if (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;
System.Windows.Forms.Primitives.TestUtilities (4)
Win32\WindowClass.cs (4)
13=> new(PInvoke.CW_USEDEFAULT, PInvoke.CW_USEDEFAULT, PInvoke.CW_USEDEFAULT, PInvoke.CW_USEDEFAULT);