6 writes to Y
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (2)
1868cp.Y = y; 5813cp.Y -= parentClient.Y;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
951cparams.Y = 0;
winforms\Managed\System\WinForms\Form.cs (3)
4016cp.Y = NativeMethods.CW_USEDEFAULT; 4024cp.Y = Math.Max(clientRect.Y,clientRect.Y + (clientRect.Height - cp.Height)/2); 4040cp.Y = Math.Max(screenRect.Y,screenRect.Y + (screenRect.Height - cp.Height)/2);
3 references to Y
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
5812if (cp.Y != 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,