9 references to Richedit
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
13
using static Interop.
Richedit
;
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 (2)
RichTextBoxTests.cs (2)
199
var format = new
Richedit
.CHARFORMAT2W
201
cbSize = (uint)sizeof(
Richedit
.CHARFORMAT2W),
WinFormsControlsTest (2)
RichTextBoxes.cs (2)
43
var format = new Interop.
Richedit
.CHARFORMAT2W
45
cbSize = (uint)sizeof(Interop.
Richedit
.CHARFORMAT2W),