4 writes to cx
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
12013
ActiveXUpdateBounds(ref wp->x, ref wp->y, ref wp->
cx
, ref wp->cy, wp->flags);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.WebBrowserBaseNativeWindow.cs (2)
47
wp->
cx
= _webBrowserBase.Width;
52
wp->
cx
= s.Width;
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2164
wp->
cx
+= 2 * BalloonOffsetX;
6 references to cx
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
12006
if ((wp->flags & SET_WINDOW_POS_FLAGS.SWP_NOSIZE) == 0 && (wp->
cx
!= Width || wp->cy != Height))
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4960
position.
cx
,
System\Windows\Forms\ToolTip\ToolTip.cs (4)
2191
if (wp->x + wp->
cx
> screen.WorkingArea.Right)
2193
wp->x = screen.WorkingArea.Right - wp->
cx
;
2200
if (wp->x + wp->
cx
> screen.WorkingArea.Right)
2202
wp->x = screen.WorkingArea.Right - wp->
cx
;