6 references to Redo
PresentationFramework (6)
MS\Internal\Documents\UndoManager.cs (4)
262case UndoState.Redo: 389if (State != UndoState.Redo && State != UndoState.Undo && RedoStack.Count > 0) 437if (State == UndoState.Normal || State == UndoState.Redo) 597SetState(UndoState.Redo);
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1424if (_textEditor.UndoState == UndoState.Redo)
System\windows\Documents\TextEditor.cs (1)
626_undoState = UndoState.Redo;