11 references to State
PresentationFramework (11)
src\Framework\MS\Internal\Documents\UndoManager.cs (9)
282switch (State) 415if (State != UndoState.Redo && State != UndoState.Undo && RedoStack.Count > 0) 466if (State == UndoState.Normal || State == UndoState.Redo) 489else if (State == UndoState.Undo) 493else if (State == UndoState.Rollback) 553if (State != UndoState.Normal) 620if (State != UndoState.Normal)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
671(undoManager.State != UndoState.Undo && _pendingUndoAction == UndoAction.Create)))) 694(undoManager.State == UndoState.Undo && _pendingUndoAction == UndoAction.Create))))