41 references to Interop
System.Windows.Forms (34)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataGridViewEditingPanelAccessibleObject.cs (1)
7using static Interop;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBoxAccessibleObject.cs (1)
5using static Interop;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
13using static Interop.Richedit;
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.cs (1)
12using static Interop;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserEvent.cs (1)
7using static Interop;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
5using static Interop.Mshtml;
System.Windows.Forms.Interop.Tests (1)
RichTextBoxTests.cs (1)
6using static Interop.Richedit;
System.Windows.Forms.Primitives.Tests (2)
Interop\Richedit\CHARFORMAT2WTests.cs (1)
4using static Interop.Richedit;
Interop\Richedit\EDITSTREAMTests.cs (1)
4using static Interop.Richedit;
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
16using static Interop.Richedit;
System.Windows.Forms.UI.IntegrationTests (1)
RichTextBoxTests.cs (1)
6using static Interop;
WinFormsControlsTest (2)
RichTextBoxes.cs (2)
43var format = new Interop.Richedit.CHARFORMAT2W 45cbSize = (uint)sizeof(Interop.Richedit.CHARFORMAT2W),