6 writes to y
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
1477
pcont.
y
= (float) sz.cy;
4084
pPtfContainer.
y
= (float) host.HM2Pix(pPtlHimetric.y, logPixelsY);
4088
pPtfContainer.
y
= (float) host.HM2Pix(pPtlHimetric.y, logPixelsY);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1194
pcont.
y
= (float) sz.cy;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (2)
135
pPtfContainer.
y
= (float) WebBrowserHelper.HM2Pix(pPtlHimetric.y, WebBrowserHelper.LogPixelsY);
139
pPtfContainer.
y
= (float) WebBrowserHelper.HM2Pix(pPtlHimetric.y, WebBrowserHelper.LogPixelsY);
6 references to y
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
1471
szout.cy = (int)pcont.
y
;
4098
pPtlHimetric.y = host.Pix2HM((int)pPtfContainer.
y
, logPixelsY);
4102
pPtlHimetric.y = host.Pix2HM((int)pPtfContainer.
y
, logPixelsY);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1188
szout.cy = (int)pcont.
y
;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (2)
148
pPtlHimetric.y = WebBrowserHelper.Pix2HM((int)pPtfContainer.
y
, WebBrowserHelper.LogPixelsY);
152
pPtlHimetric.y = WebBrowserHelper.Pix2HM((int)pPtfContainer.
y
, WebBrowserHelper.LogPixelsY);