7 writes to cx
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (3)
1470
szout.
cx
= (int)pcont.x;
1480
szout.
cx
= phm.x;
1506
sz.
cx
= width;
winforms\Managed\System\WinForms\Control.cs (1)
16960
pSizel.
cx
= pt.X;
winforms\Managed\System\WinForms\WebBrowserBase.cs (3)
1152
sz.
cx
= width;
1187
szout.
cx
= (int)pcont.x;
1197
szout.
cx
= phm.x;
9 references to cx
System.Windows.Forms (9)
winforms\Managed\System\WinForms\AxHost.cs (3)
1466
phm.x = sz.
cx
;
1476
pcont.x = (float) sz.
cx
;
1533
return new Size(sz.
cx
, sz.cy);
winforms\Managed\System\WinForms\Control.cs (3)
15628
Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "AxSource:SetExtent(" + pSizel.
cx
+ ", " + pSizel.cy + ")");
15643
Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "value: " + pSizel.
cx
+ ", " + pSizel.cy);
18252
Size size = new Size(HiMetricToPixel(pSizel.
cx
, pSizel.cy));
winforms\Managed\System\WinForms\WebBrowserBase.cs (3)
1178
return new Size(sz.
cx
, sz.cy);
1183
phm.x = sz.
cx
;
1193
pcont.x = (float) sz.
cx
;