2 references to CanUndo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
487return gridView.CanUndo;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1224if (this.CanUndo && Edit.Visible) {