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