3 references to GetHref
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlDocument.cs (1)
163string stringLocation = (iHtmlLocation == null) ? "" : iHtmlLocation.GetHref();
winforms\Managed\System\WinForms\HtmlWindow.cs (1)
239string stringLocation = (iHtmlLocation == null) ? "" : iHtmlLocation.GetHref();
winforms\Managed\System\WinForms\WebBrowser.cs (1)
269string href = iHTMLLocation.GetHref();