6 writes to Y
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
1403
cp.
Y
= _y;
4592
cp.
Y
-= parentClient.Y;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
97
Y
= 0,
System\Windows\Forms\Form.cs (3)
3695
cp.
Y
= PInvoke.CW_USEDEFAULT;
3704
cp.
Y
= Math.Max(clientRect.Y, clientRect.Y + (clientRect.Height - cp.Height) / 2);
3729
cp.
Y
= Math.Max(screenRect.Y, screenRect.Y + (screenRect.Height - cp.Height) / 2);
3 references to Y
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
4590
if (cp.
Y
!= PInvoke.CW_USEDEFAULT)
System\Windows\Forms\CreateParams.cs (1)
72
return $"CreateParams {{'{ClassName}', '{Caption}', 0x{Style:x}, 0x{ExStyle:x}, {{{X}, {
Y
}, {Width}, {Height}}}}}";
System\Windows\Forms\NativeWindow.cs (1)
445
cp.
Y
,