6 writes to x
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
1466
phm.
x
= sz.cx;
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)
1183
phm.
x
= sz.cx;
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);
6 references to x
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
1480
szout.cx = phm.
x
;
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)
1197
szout.cx = phm.
x
;
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);