6 writes to y
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
1467
phm.
y
= sz.cy;
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)
1184
phm.
y
= sz.cy;
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);
6 references to y
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
1481
szout.cy = phm.
y
;
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)
1198
szout.cy = phm.
y
;
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);