4 writes to y
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
199pPtlHimetric->y = Pix2HM((int)pPtfContainer->Y, s_logPixelsY); 204pPtlHimetric->y = Pix2HM((int)pPtfContainer->Y, s_logPixelsY);
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (2)
112pPtlHimetric->y = WebBrowserHelper.Pix2HM((int)pPtfContainer->Y, WebBrowserHelper.LogPixelsY); 117pPtlHimetric->y = WebBrowserHelper.Pix2HM((int)pPtfContainer->Y, WebBrowserHelper.LogPixelsY);
6 references to y
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
182pPtfContainer->Y = HM2Pix(pPtlHimetric->y, s_logPixelsY); 187pPtfContainer->Y = HM2Pix(pPtlHimetric->y, s_logPixelsY);
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (2)
95pPtfContainer->Y = WebBrowserHelper.HM2Pix(pPtlHimetric->y, WebBrowserHelper.LogPixelsY); 100pPtfContainer->Y = WebBrowserHelper.HM2Pix(pPtlHimetric->y, WebBrowserHelper.LogPixelsY);
System\Windows\Forms\OLE\DropTarget.cs (2)
90? new DragEventArgs(data, (int)grfKeyState, pt.x, pt.y, (DragDropEffects)pdwEffect, _lastEffect) 95pt.y,