7 writes to y
System.Windows.Forms (7)
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 (1)
42
wp->
y
= 0;
System\Windows\Forms\ToolTip\ToolTip.cs (5)
2186
wp->
y
= cursorPos.Y;
2189
wp->
y
= cursorPos.Y - wp->cy;
2193
wp->
y
= cursorPos.Y + currentCursor.Size.Height - currentCursor.HotSpot.Y;
2211
wp->
y
= tipInfo.Position.Y;
2214
wp->
y
= screen.WorkingArea.Bottom - wp->cy;
4 references to y
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
12006
if ((wp->flags & SET_WINDOW_POS_FLAGS.SWP_NOMOVE) == 0 && (wp->x != Left || wp->
y
!= Top))
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4959
position.
y
,
System\Windows\Forms\ToolTip\ToolTip.cs (2)
2187
if (wp->
y
+ wp->cy + currentCursor.Size.Height - currentCursor.HotSpot.Y > screen.WorkingArea.Bottom)
2212
if (wp->
y
+ wp->cy > screen.WorkingArea.Bottom)