10 references to RedoStack
PresentationFramework (10)
src\Framework\MS\Internal\Documents\UndoManager.cs (10)
297
if (
RedoStack
.Count == 0 || (IParentUndoUnit)
RedoStack
.Peek() != unit)
415
if (State != UndoState.Redo && State != UndoState.Undo &&
RedoStack
.Count > 0)
417
RedoStack
.Clear();
491
RedoStack
.Push(unit);
615
if (count >
RedoStack
.Count || count <= 0)
640
unit = (IUndoUnit)
RedoStack
.Pop();
935
return
RedoStack
.Count;
1152
if (
RedoStack
.Count > 0)
1154
RedoStack
.Clear();