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