7 writes to cy
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (3)
1471
szout.
cy
= (int)pcont.y;
1481
szout.
cy
= phm.y;
1507
sz.
cy
= height;
winforms\Managed\System\WinForms\Control.cs (1)
16961
pSizel.
cy
= pt.Y;
winforms\Managed\System\WinForms\WebBrowserBase.cs (3)
1153
sz.
cy
= height;
1188
szout.
cy
= (int)pcont.y;
1198
szout.
cy
= phm.y;
9 references to cy
System.Windows.Forms (9)
winforms\Managed\System\WinForms\AxHost.cs (3)
1467
phm.y = sz.
cy
;
1477
pcont.y = (float) sz.
cy
;
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
);
1184
phm.y = sz.
cy
;
1194
pcont.y = (float) sz.
cy
;