6 writes to x
System.Windows.Forms (6)
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 (1)
41wp->x = 0;
System\Windows\Forms\ToolTip\ToolTip.cs (4)
2185wp->x = cursorPos.X; 2199wp->x = screen.WorkingArea.Right - wp->cx; 2205wp->x = tipInfo.Position.X; 2208wp->x = screen.WorkingArea.Right - wp->cx;
4 references to x
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
12006if ((wp->flags & SET_WINDOW_POS_FLAGS.SWP_NOMOVE) == 0 && (wp->x != Left || wp->y != Top))
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4958position.x,
System\Windows\Forms\ToolTip\ToolTip.cs (2)
2197if (wp->x + wp->cx > screen.WorkingArea.Right) 2206if (wp->x + wp->cx > screen.WorkingArea.Right)