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