11 references to State
PresentationFramework (11)
MS\Internal\Documents\UndoManager.cs (9)
249switch (State) 379if (State != UndoState.Redo && State != UndoState.Undo && RedoStack.Count > 0) 427if (State == UndoState.Normal || State == UndoState.Redo) 450else if (State == UndoState.Undo) 454else if (State == UndoState.Rollback) 512if (State != UndoState.Normal) 577if (State != UndoState.Normal)
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
640(undoManager.State != UndoState.Undo && _pendingUndoAction == UndoAction.Create)))) 663(undoManager.State == UndoState.Undo && _pendingUndoAction == UndoAction.Create))))