10 references to RedoStack
PresentationFramework (10)
MS\Internal\Documents\UndoManager.cs (10)
265if (RedoStack.Count == 0 || (IParentUndoUnit)RedoStack.Peek() != unit) 380if (State != UndoState.Redo && State != UndoState.Undo && RedoStack.Count > 0) 382RedoStack.Clear(); 453RedoStack.Push(unit); 575ArgumentOutOfRangeException.ThrowIfGreaterThan(count, RedoStack.Count); 598unit = (IUndoUnit)RedoStack.Pop(); 893return RedoStack.Count; 1110if (RedoStack.Count > 0) 1112RedoStack.Clear();