11 references to State
PresentationFramework (11)
MS\Internal\Documents\UndoManager.cs (9)
259
switch (
State
)
389
if (
State
!= UndoState.Redo &&
State
!= UndoState.Undo && RedoStack.Count > 0)
437
if (
State
== UndoState.Normal ||
State
== UndoState.Redo)
460
else if (
State
== UndoState.Undo)
464
else if (
State
== UndoState.Rollback)
522
if (
State
!= UndoState.Normal)
587
if (
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))))