3 references to NativeHtmlWindow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlWindow.cs (3)
700
bool success = ((UnsafeNativeMethods.IHTMLWindow3)this.
NativeHtmlWindow
).AttachEvent(eventName, proxy);
709
this.cookie = new AxHost.ConnectionPointCookie(
NativeHtmlWindow
,
726
((UnsafeNativeMethods.IHTMLWindow3)this.
NativeHtmlWindow
).DetachEvent(eventName, proxy);