6 writes to x
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (1)
13851ActiveXUpdateBounds(ref wp->x, ref wp->y, ref wp->cx, ref wp->cy, wp->flags);
winforms\Managed\System\WinForms\ToolTip.cs (4)
2445wp->x = cursorPos.X; 2463wp->x = screen.WorkingArea.Right - wp->cx; 2470wp->x = tt.Position.X; 2472wp->x = screen.WorkingArea.Right - wp->cx;
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1982wp->x = 0;
4 references to x
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
13843if ((wp->flags & NativeMethods.SWP_NOMOVE) == 0 && (wp->x != Left || wp->y != Top)) {
winforms\Managed\System\WinForms\ListView.cs (1)
4602wpos.x,
winforms\Managed\System\WinForms\ToolTip.cs (2)
2462if (wp->x + wp->cx >screen.WorkingArea.Right) { 2471if (wp->x + wp->cx >screen.WorkingArea.Right) {