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