5 references to Create
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (4)
648(undoManager.State != UndoState.Undo && _pendingUndoAction == UndoAction.Create)))) 671(undoManager.State == UndoState.Undo && _pendingUndoAction == UndoAction.Create)))) 1442undoAction = UndoAction.Create; 1447undoAction = UndoAction.Create;
System\Windows\Controls\TextChangedEventArgs.cs (1)
75if (action < UndoAction.None || action > UndoAction.Create)