6 writes to X
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (2)
1867
cp.
X
= x;
5810
cp.
X
-= parentClient.X;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
950
cparams.
X
= 0;
winforms\Managed\System\WinForms\Form.cs (3)
4015
cp.
X
= NativeMethods.CW_USEDEFAULT;
4023
cp.
X
= Math.Max(clientRect.X,clientRect.X + (clientRect.Width - cp.Width)/2);
4039
cp.
X
= Math.Max(screenRect.X,screenRect.X + (screenRect.Width - cp.Width)/2);
3 references to X
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
5809
if (cp.
X
!= NativeMethods.CW_USEDEFAULT) {
winforms\Managed\System\WinForms\Form.cs (1)
3992
correct = ApplyBoundsConstraints(cp.
X
, cp.Y, correct.Width, correct.Height).Size;
winforms\Managed\System\WinForms\NativeWindow.cs (1)
764
cp.Caption, cp.Style, cp.
X
, cp.Y, cp.Width, cp.Height, new HandleRef(cp, cp.Parent), NativeMethods.NullHandleRef,