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