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