8 references to RedoStack
Microsoft.CodeAnalysis.EditorFeatures (8)
InlineRename\AbstractInlineRenameUndoManager.cs (5)
81
this.
RedoStack
.Clear();
110
this.
RedoStack
.Clear();
136
this.
RedoStack
.Push(this.currentState);
148
if (this.
RedoStack
.Count > 0)
151
this.currentState = this.
RedoStack
.Pop();
InlineRename\UndoManagerServiceFactory.cs (3)
114
foreach (var state in this.
RedoStack
.Reverse())
120
if (this.
RedoStack
.Any())
122
undoHistory.Undo(this.
RedoStack
.Count);