6 references to IHTMLDocument3
System.Windows.Forms (6)
winforms\Managed\System\WinForms\HtmlDocument.cs (6)
374
return ((UnsafeNativeMethods.
IHTMLDocument3
)this.NativeHtmlDocument2).GetDir() == "rtl";
378
((UnsafeNativeMethods.
IHTMLDocument3
)this.NativeHtmlDocument2).SetDir(value ? "rtl" : "ltr");
496
UnsafeNativeMethods.IHTMLElement iHTMLElement = ((UnsafeNativeMethods.
IHTMLDocument3
)this.NativeHtmlDocument2).GetElementById(id);
516
UnsafeNativeMethods.IHTMLElementCollection iHTMLElementCollection = ((UnsafeNativeMethods.
IHTMLDocument3
)this.NativeHtmlDocument2).GetElementsByTagName(tagName);
932
bool success = ((UnsafeNativeMethods.
IHTMLDocument3
)this.NativeHtmlDocument2).AttachEvent(eventName, proxy);
942
((UnsafeNativeMethods.
IHTMLDocument3
)this.NativeHtmlDocument2).DetachEvent(eventName, proxy);