6 references to Redo
PresentationFramework (6)
src\Framework\MS\Internal\Documents\UndoManager.cs (4)
285case UndoState.Redo : 415if (State != UndoState.Redo && State != UndoState.Undo && RedoStack.Count > 0) 466if (State == UndoState.Normal || State == UndoState.Redo) 630SetState(UndoState.Redo);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1450if (_textEditor.UndoState == UndoState.Redo)
src\Framework\System\windows\Documents\TextEditor.cs (1)
653_undoState = UndoState.Redo;