3 references to EM_REDO
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
280
PInvokeCore.
EM_REDO
=> "EM_REDO",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2602
public void Redo() => PInvokeCore.SendMessage(this, PInvokeCore.
EM_REDO
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
456
yield return new object[] { PInvokeCore.
EM_REDO
, " (EM_REDO)" };