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