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