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