8 references to RedoStack
Microsoft.CodeAnalysis.EditorFeatures (8)
InlineRename\AbstractInlineRenameUndoManager.cs (5)
83
this.
RedoStack
.Clear();
112
this.
RedoStack
.Clear();
138
this.
RedoStack
.Push(this.currentState);
150
if (this.
RedoStack
.Count > 0)
153
this.currentState = this.
RedoStack
.Pop();
InlineRename\UndoManagerServiceFactory.cs (3)
115
foreach (var state in this.
RedoStack
.Reverse())
121
if (this.
RedoStack
.Any())
123
undoHistory.Undo(this.
RedoStack
.Count);