6 references to Redo
PresentationFramework (6)
MS\Internal\Documents\UndoManager.cs (4)
253case UndoState.Redo: 380if (State != UndoState.Redo && State != UndoState.Undo && RedoStack.Count > 0) 428if (State == UndoState.Normal || State == UndoState.Redo) 588SetState(UndoState.Redo);
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1417if (_textEditor.UndoState == UndoState.Redo)
System\windows\Documents\TextEditor.cs (1)
617_undoState = UndoState.Redo;