5 references to IHTMLLocation
System.Windows.Forms (5)
winforms\Managed\System\WinForms\HtmlDocument.cs (1)
162UnsafeNativeMethods.IHTMLLocation iHtmlLocation = this.NativeHtmlDocument2.GetLocation();
winforms\Managed\System\WinForms\HtmlWindow.cs (1)
238UnsafeNativeMethods.IHTMLLocation iHtmlLocation = this.NativeHtmlWindow.GetLocation();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
2378[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.IHTMLLocation GetLocation(); 2595[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.IHTMLLocation GetLocation();
winforms\Managed\System\WinForms\WebBrowser.cs (1)
267UnsafeNativeMethods.IHTMLLocation iHTMLLocation = iHTMLDocument2.GetLocation();