2 references to CanUndo
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
390private bool CanUndo => _gridView.CanUndo;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1061if (CanUndo && EditTextBox.Visible)