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