3 writes to cy
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
13851ActiveXUpdateBounds(ref wp->x, ref wp->y, ref wp->cx, ref wp->cy, wp->flags);
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
1987wp->cy = WebBrowserBase.Height; 1991wp->cy = s.Height;
6 references to cy
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (1)
13846if ((wp->flags & NativeMethods.SWP_NOSIZE) == 0 && (wp->cx != Width || wp->cy != Height)) {
winforms\Managed\System\WinForms\ListView.cs (1)
4605wpos.cy,
winforms\Managed\System\WinForms\ToolTip.cs (4)
2451if (wp->y + wp->cy + currentCursor.Size.Height - currentCursor.HotSpot.Y > screen.WorkingArea.Bottom) { 2452wp->y = cursorPos.Y - wp->cy; 2476if (wp->y + wp->cy > screen.WorkingArea.Bottom) { 2477wp->y = screen.WorkingArea.Bottom - wp->cy;