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