23 references to IHTMLWindow2
System.Windows.Forms (23)
winforms\Managed\System\WinForms\HtmlDocument.cs (3)
176UnsafeNativeMethods.IHTMLWindow2 iHTMLWindow2 = this.NativeHtmlDocument2.GetParentWindow(); 892private UnsafeNativeMethods.IHTMLWindow2 associatedWindow = null; 908public override UnsafeNativeMethods.IHTMLWindow2 AssociatedWindow
winforms\Managed\System\WinForms\HtmlElement.cs (2)
1418private UnsafeNativeMethods.IHTMLWindow2 associatedWindow = null; 1449public override UnsafeNativeMethods.IHTMLWindow2 AssociatedWindow
winforms\Managed\System\WinForms\HtmlShim.cs (1)
63public abstract UnsafeNativeMethods.IHTMLWindow2 AssociatedWindow {
winforms\Managed\System\WinForms\HtmlWindow.cs (10)
37private UnsafeNativeMethods.IHTMLWindow2 htmlWindow2; 40internal HtmlWindow(HtmlShimManager shimManager, UnsafeNativeMethods.IHTMLWindow2 win) 48internal UnsafeNativeMethods.IHTMLWindow2 NativeHtmlWindow 166UnsafeNativeMethods.IHTMLWindow2 iHTMLWindow2 = this.NativeHtmlWindow.GetOpener() as UnsafeNativeMethods.IHTMLWindow2; 179UnsafeNativeMethods.IHTMLWindow2 iHTMLWindow2 = this.NativeHtmlWindow.GetParent(); 363UnsafeNativeMethods.IHTMLWindow2 iHTMLWindow2 = this.NativeHtmlWindow.Open(urlString, target, windowOptions, replaceEntry); 388UnsafeNativeMethods.IHTMLWindow2 iHTMLWindow2 = this.NativeHtmlWindow.Open(urlString, "_blank", windowOptions, true); 681public UnsafeNativeMethods.IHTMLWindow2 NativeHtmlWindow 686public override UnsafeNativeMethods.IHTMLWindow2 AssociatedWindow
winforms\Managed\System\WinForms\HtmlWindowCollection.cs (4)
54UnsafeNativeMethods.IHTMLWindow2 htmlWindow2 = this.NativeHTMLFramesCollection2.Item(ref oIndex) 55as UnsafeNativeMethods.IHTMLWindow2; 67UnsafeNativeMethods.IHTMLWindow2 htmlWindow2 = null; 70as UnsafeNativeMethods.IHTMLWindow2;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
2451[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.IHTMLWindow2 GetParentWindow(); 2603[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.IHTMLWindow2 GetParent(); 2604[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.IHTMLWindow2 Open([In] string URL, [In] string name, [In] string features, [In] bool replace);