6 writes to x
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
1476
pcont.
x
= (float) sz.cx;
4083
pPtfContainer.
x
= (float) host.HM2Pix(pPtlHimetric.x, logPixelsX);
4087
pPtfContainer.
x
= (float) host.HM2Pix(pPtlHimetric.x, logPixelsX);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1193
pcont.
x
= (float) sz.cx;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (2)
134
pPtfContainer.
x
= (float) WebBrowserHelper.HM2Pix(pPtlHimetric.x, WebBrowserHelper.LogPixelsX);
138
pPtfContainer.
x
= (float) WebBrowserHelper.HM2Pix(pPtlHimetric.x, WebBrowserHelper.LogPixelsX);
6 references to x
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
1470
szout.cx = (int)pcont.
x
;
4097
pPtlHimetric.x = host.Pix2HM((int)pPtfContainer.
x
, logPixelsX);
4101
pPtlHimetric.x = host.Pix2HM((int)pPtfContainer.
x
, logPixelsX);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1187
szout.cx = (int)pcont.
x
;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (2)
147
pPtlHimetric.x = WebBrowserHelper.Pix2HM((int)pPtfContainer.
x
, WebBrowserHelper.LogPixelsX);
151
pPtlHimetric.x = WebBrowserHelper.Pix2HM((int)pPtfContainer.
x
, WebBrowserHelper.LogPixelsX);