4 writes to cx
System.Windows.Forms (4)
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 (2)
47
wp->
cx
= _webBrowserBase.Width;
52
wp->
cx
= s.Width;
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2170
wp->
cx
+= 2 * BalloonOffsetX;
6 references to cx
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
12011
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)
2197
if (wp->x + wp->
cx
> screen.WorkingArea.Right)
2199
wp->x = screen.WorkingArea.Right - wp->
cx
;
2206
if (wp->x + wp->
cx
> screen.WorkingArea.Right)
2208
wp->x = screen.WorkingArea.Right - wp->
cx
;