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