7 writes to y
System.Windows.Forms (7)
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\ToolTip.cs (5)
2450
wp->
y
= cursorPos.Y;
2452
wp->
y
= cursorPos.Y - wp->cy;
2455
wp->
y
= cursorPos.Y + currentCursor.Size.Height - currentCursor.HotSpot.Y;
2474
wp->
y
= tt.Position.Y;
2477
wp->
y
= screen.WorkingArea.Bottom - wp->cy;
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1983
wp->
y
= 0;
4 references to y
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
13843
if ((wp->flags & NativeMethods.SWP_NOMOVE) == 0 && (wp->x != Left || wp->
y
!= Top)) {
winforms\Managed\System\WinForms\ListView.cs (1)
4603
wpos.
y
,
winforms\Managed\System\WinForms\ToolTip.cs (2)
2451
if (wp->
y
+ wp->cy + currentCursor.Size.Height - currentCursor.HotSpot.Y > screen.WorkingArea.Bottom) {
2476
if (wp->
y
+ wp->cy > screen.WorkingArea.Bottom) {