4 references to IHTMLWindow3
System.Windows.Forms (4)
winforms\Managed\System\WinForms\HtmlWindow.cs (4)
192
return new Point(((UnsafeNativeMethods.
IHTMLWindow3
)this.NativeHtmlWindow).GetScreenLeft(),
193
((UnsafeNativeMethods.
IHTMLWindow3
)this.NativeHtmlWindow).GetScreenTop());
700
bool success = ((UnsafeNativeMethods.
IHTMLWindow3
)this.NativeHtmlWindow).AttachEvent(eventName, proxy);
726
((UnsafeNativeMethods.
IHTMLWindow3
)this.NativeHtmlWindow).DetachEvent(eventName, proxy);