29 references to Mshtml
System.Windows.Forms (29)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HTMLDocumentEvents2.cs (1)
5
using static Interop.
Mshtml
;
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (1)
72
typeof(Interop.
Mshtml
.DHTMLDocumentEvents2),
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HTMLElementEvents2.cs (1)
5
using static Interop.
Mshtml
;
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (21)
23
typeof(Interop.
Mshtml
.DHTMLElementEvents2),
24
typeof(Interop.
Mshtml
.DHTMLAnchorEvents2),
25
typeof(Interop.
Mshtml
.DHTMLAreaEvents2),
26
typeof(Interop.
Mshtml
.DHTMLButtonElementEvents2),
27
typeof(Interop.
Mshtml
.DHTMLControlElementEvents2),
28
typeof(Interop.
Mshtml
.DHTMLFormElementEvents2),
29
typeof(Interop.
Mshtml
.DHTMLFrameSiteEvents2),
30
typeof(Interop.
Mshtml
.DHTMLImgEvents2),
31
typeof(Interop.
Mshtml
.DHTMLInputFileElementEvents2),
32
typeof(Interop.
Mshtml
.DHTMLInputImageEvents2),
33
typeof(Interop.
Mshtml
.DHTMLInputTextElementEvents2),
34
typeof(Interop.
Mshtml
.DHTMLLabelEvents2),
35
typeof(Interop.
Mshtml
.DHTMLLinkElementEvents2),
36
typeof(Interop.
Mshtml
.DHTMLMapEvents2),
37
typeof(Interop.
Mshtml
.DHTMLMarqueeElementEvents2),
38
typeof(Interop.
Mshtml
.DHTMLOptionButtonElementEvents2),
39
typeof(Interop.
Mshtml
.DHTMLSelectElementEvents2),
40
typeof(Interop.
Mshtml
.DHTMLStyleElementEvents2),
41
typeof(Interop.
Mshtml
.DHTMLTableEvents2),
42
typeof(Interop.
Mshtml
.DHTMLTextContainerEvents2),
43
typeof(Interop.
Mshtml
.DHTMLScriptEvents2)
System\Windows\Forms\Controls\WebBrowser\HtmlElementEventArgs.cs (2)
13
internal HtmlElementEventArgs(HtmlShimManager shimManager, Interop.
Mshtml
.IHTMLEventObj eventObj)
21
private Interop.
Mshtml
.IHTMLEventObj NativeHTMLEventObj { get; }
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HTMLWindowEvents2.cs (1)
5
using static Interop.
Mshtml
;
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (1)
6
using static Interop.
Mshtml
;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
5
using static Interop.
Mshtml
;