3 references to NativeHtmlElement
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlElement.cs (3)
1463
bool success = ((UnsafeNativeMethods.IHTMLElement2)this.
NativeHtmlElement
).AttachEvent(eventName, proxy);
1473
this.cookie = new AxHost.ConnectionPointCookie(this.
NativeHtmlElement
,
1491
((UnsafeNativeMethods.IHTMLElement2)this.
NativeHtmlElement
).DetachEvent(eventName, proxy);