23 references to IHTMLWindow2
System.Windows.Forms (23)
winforms\Managed\System\WinForms\HtmlDocument.cs (3)
176
UnsafeNativeMethods.
IHTMLWindow2
iHTMLWindow2 = this.NativeHtmlDocument2.GetParentWindow();
892
private UnsafeNativeMethods.
IHTMLWindow2
associatedWindow = null;
908
public override UnsafeNativeMethods.
IHTMLWindow2
AssociatedWindow
winforms\Managed\System\WinForms\HtmlElement.cs (2)
1418
private UnsafeNativeMethods.
IHTMLWindow2
associatedWindow = null;
1449
public override UnsafeNativeMethods.
IHTMLWindow2
AssociatedWindow
winforms\Managed\System\WinForms\HtmlShim.cs (1)
63
public abstract UnsafeNativeMethods.
IHTMLWindow2
AssociatedWindow {
winforms\Managed\System\WinForms\HtmlWindow.cs (10)
37
private UnsafeNativeMethods.
IHTMLWindow2
htmlWindow2;
40
internal HtmlWindow(HtmlShimManager shimManager, UnsafeNativeMethods.
IHTMLWindow2
win)
48
internal UnsafeNativeMethods.
IHTMLWindow2
NativeHtmlWindow
166
UnsafeNativeMethods.
IHTMLWindow2
iHTMLWindow2 = this.NativeHtmlWindow.GetOpener() as UnsafeNativeMethods.
IHTMLWindow2
;
179
UnsafeNativeMethods.
IHTMLWindow2
iHTMLWindow2 = this.NativeHtmlWindow.GetParent();
363
UnsafeNativeMethods.
IHTMLWindow2
iHTMLWindow2 = this.NativeHtmlWindow.Open(urlString, target, windowOptions, replaceEntry);
388
UnsafeNativeMethods.
IHTMLWindow2
iHTMLWindow2 = this.NativeHtmlWindow.Open(urlString, "_blank", windowOptions, true);
681
public UnsafeNativeMethods.
IHTMLWindow2
NativeHtmlWindow
686
public override UnsafeNativeMethods.
IHTMLWindow2
AssociatedWindow
winforms\Managed\System\WinForms\HtmlWindowCollection.cs (4)
54
UnsafeNativeMethods.
IHTMLWindow2
htmlWindow2 = this.NativeHTMLFramesCollection2.Item(ref oIndex)
55
as UnsafeNativeMethods.
IHTMLWindow2
;
67
UnsafeNativeMethods.
IHTMLWindow2
htmlWindow2 = null;
70
as 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);