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