6 writes to x
System.Windows.Forms (6)
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)
41
wp->
x
= 0;
System\Windows\Forms\ToolTip\ToolTip.cs (4)
2185
wp->
x
= cursorPos.X;
2199
wp->
x
= screen.WorkingArea.Right - wp->cx;
2205
wp->
x
= tipInfo.Position.X;
2208
wp->
x
= screen.WorkingArea.Right - wp->cx;
4 references to x
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)
4958
position.
x
,
System\Windows\Forms\ToolTip\ToolTip.cs (2)
2197
if (wp->
x
+ wp->cx > screen.WorkingArea.Right)
2206
if (wp->
x
+ wp->cx > screen.WorkingArea.Right)