4 writes to cx
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
13851ActiveXUpdateBounds(ref wp->x, ref wp->y, ref wp->cx, ref wp->cy, wp->flags);
winforms\Managed\System\WinForms\ToolTip.cs (1)
2430wp->cx += 2*XBALLOONOFFSET;
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
1986wp->cx = WebBrowserBase.Width; 1990wp->cx = s.Width;
6 references to cx
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (1)
13846if ((wp->flags & NativeMethods.SWP_NOSIZE) == 0 && (wp->cx != Width || wp->cy != Height)) {
winforms\Managed\System\WinForms\ListView.cs (1)
4604wpos.cx,
winforms\Managed\System\WinForms\ToolTip.cs (4)
2462if (wp->x + wp->cx >screen.WorkingArea.Right) { 2463wp->x = screen.WorkingArea.Right - wp->cx; 2471if (wp->x + wp->cx >screen.WorkingArea.Right) { 2472wp->x = screen.WorkingArea.Right - wp->cx;