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