4 references to EM_GETREDONAME
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
283
PInvokeCore.
EM_GETREDONAME
=> "EM_GETREDONAME",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
531
int n = (int)PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETREDONAME
);
System.Windows.Forms.Tests (2)
System\Windows\Forms\MessageTests.cs (1)
459
yield return new object[] { PInvokeCore.
EM_GETREDONAME
, " (EM_GETREDONAME)" };
System\Windows\Forms\RichTextBoxTests.cs (1)
2376
else if (m.Msg == (int)PInvokeCore.
EM_GETREDONAME
)