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