11 references to State
PresentationFramework (11)
MS\Internal\Documents\UndoManager.cs (9)
250
switch (
State
)
380
if (
State
!= UndoState.Redo &&
State
!= UndoState.Undo && RedoStack.Count > 0)
428
if (
State
== UndoState.Normal ||
State
== UndoState.Redo)
451
else if (
State
== UndoState.Undo)
455
else if (
State
== UndoState.Rollback)
513
if (
State
!= UndoState.Normal)
578
if (
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))))