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