2 references to EM_CANREDO
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
281PInvokeCore.EM_CANREDO => "EM_CANREDO",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
250public bool CanRedo => IsHandleCreated && (int)PInvokeCore.SendMessage(this, PInvokeCore.EM_CANREDO) != 0;