2 references to CanUndo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
1538if (!CanUndo) return "";
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
339get { return TextBox.CanUndo; }