2 references to EM_REDO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
281
case RichTextBoxConstants.
EM_REDO
: text = "EM_REDO"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2741
SendMessage(RichTextBoxConstants.
EM_REDO
, 0, 0);