10 references to RedoStack
PresentationFramework (10)
MS\Internal\Documents\UndoManager.cs (10)
264if (RedoStack.Count == 0 || (IParentUndoUnit)RedoStack.Peek() != unit) 379if (State != UndoState.Redo && State != UndoState.Undo && RedoStack.Count > 0) 381RedoStack.Clear(); 452RedoStack.Push(unit); 574ArgumentOutOfRangeException.ThrowIfGreaterThan(count, RedoStack.Count); 597unit = (IUndoUnit)RedoStack.Pop(); 892return RedoStack.Count; 1109if (RedoStack.Count > 0) 1111RedoStack.Clear();