5 references to Create
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (4)
641(undoManager.State != UndoState.Undo && _pendingUndoAction == UndoAction.Create)))) 664(undoManager.State == UndoState.Undo && _pendingUndoAction == UndoAction.Create)))) 1435undoAction = UndoAction.Create; 1440undoAction = UndoAction.Create;
System\Windows\Controls\TextChangedEventArgs.cs (1)
73if (action < UndoAction.None || action > UndoAction.Create)