11 references to State
PresentationFramework (11)
MS\Internal\Documents\UndoManager.cs (9)
250switch (State) 380if (State != UndoState.Redo && State != UndoState.Undo && RedoStack.Count > 0) 428if (State == UndoState.Normal || State == UndoState.Redo) 451else if (State == UndoState.Undo) 455else if (State == UndoState.Rollback) 513if (State != UndoState.Normal) 578if (State != UndoState.Normal)
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
641(undoManager.State != UndoState.Undo && _pendingUndoAction == UndoAction.Create)))) 664(undoManager.State == UndoState.Undo && _pendingUndoAction == UndoAction.Create))))