Class UndoStack NamespaceTerminal.Gui.Editor.Document AssemblyTerminal.Gui.Editor.dll public sealed class UndoStack : INotifyPropertyChanged Inheritance object UndoStack Implements INotifyPropertyChanged Inherited Members object.GetType() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Constructors UndoStack() Properties AcceptChanges CanRedo CanUndo IsOriginalFile LastGroupDescriptor SizeLimit Methods ClearAll() ClearRedoStack() DiscardOriginalFileMarker() EndUndoGroup() MarkAsOriginalFile() Push(IUndoableOperation) PushOptional(IUndoableOperation) Redo() StartContinuedUndoGroup(object) StartUndoGroup() StartUndoGroup(object) Undo() Events PropertyChanged