6 writes to x
System.Windows.Forms (6)
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 (4)
2445
wp->
x
= cursorPos.X;
2463
wp->
x
= screen.WorkingArea.Right - wp->cx;
2470
wp->
x
= tt.Position.X;
2472
wp->
x
= screen.WorkingArea.Right - wp->cx;
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1982
wp->
x
= 0;
4 references to x
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)
4602
wpos.
x
,
winforms\Managed\System\WinForms\ToolTip.cs (2)
2462
if (wp->
x
+ wp->cx >screen.WorkingArea.Right) {
2471
if (wp->
x
+ wp->cx >screen.WorkingArea.Right) {