11 references to State
PresentationFramework (11)
src\Framework\MS\Internal\Documents\UndoManager.cs (9)
282
switch (
State
)
415
if (
State
!= UndoState.Redo &&
State
!= UndoState.Undo && RedoStack.Count > 0)
466
if (
State
== UndoState.Normal ||
State
== UndoState.Redo)
489
else if (
State
== UndoState.Undo)
493
else if (
State
== UndoState.Rollback)
553
if (
State
!= UndoState.Normal)
620
if (
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))))