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