11 references to State
PresentationFramework (11)
MS\Internal\Documents\UndoManager.cs (9)
259switch (State) 389if (State != UndoState.Redo && State != UndoState.Undo && RedoStack.Count > 0) 437if (State == UndoState.Normal || State == UndoState.Redo) 460else if (State == UndoState.Undo) 464else if (State == UndoState.Rollback) 522if (State != UndoState.Normal) 587if (State != UndoState.Normal)
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
648(undoManager.State != UndoState.Undo && _pendingUndoAction == UndoAction.Create)))) 671(undoManager.State == UndoState.Undo && _pendingUndoAction == UndoAction.Create))))