10 references to CW_USEDEFAULT
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
4592
if (cp.X != PInvoke.
CW_USEDEFAULT
)
4597
if (cp.Y != PInvoke.
CW_USEDEFAULT
)
System\Windows\Forms\Form.cs (4)
3679
cp.Width = PInvoke.
CW_USEDEFAULT
;
3680
cp.Height = PInvoke.
CW_USEDEFAULT
;
3694
cp.X = PInvoke.
CW_USEDEFAULT
;
3695
cp.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
);