11 references to State
PresentationFramework (11)
MS\Internal\Documents\UndoManager.cs (9)
249
switch (
State
)
379
if (
State
!= UndoState.Redo &&
State
!= UndoState.Undo && RedoStack.Count > 0)
427
if (
State
== UndoState.Normal ||
State
== UndoState.Redo)
450
else if (
State
== UndoState.Undo)
454
else if (
State
== UndoState.Rollback)
512
if (
State
!= UndoState.Normal)
577
if (
State
!= UndoState.Normal)
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
640
(undoManager.
State
!= UndoState.Undo && _pendingUndoAction == UndoAction.Create))))
663
(undoManager.
State
== UndoState.Undo && _pendingUndoAction == UndoAction.Create))))