3 writes to cy
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
12018ActiveXUpdateBounds(ref wp->x, ref wp->y, ref wp->cx, ref wp->cy, wp->flags);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.WebBrowserBaseNativeWindow.cs (2)
48wp->cy = _webBrowserBase.Height; 53wp->cy = s.Height;
6 references to cy
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
12011if ((wp->flags & SET_WINDOW_POS_FLAGS.SWP_NOSIZE) == 0 && (wp->cx != Width || wp->cy != Height))
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4961position.cy,
System\Windows\Forms\ToolTip\ToolTip.cs (4)
2187if (wp->y + wp->cy + currentCursor.Size.Height - currentCursor.HotSpot.Y > screen.WorkingArea.Bottom) 2189wp->y = cursorPos.Y - wp->cy; 2212if (wp->y + wp->cy > screen.WorkingArea.Bottom) 2214wp->y = screen.WorkingArea.Bottom - wp->cy;