5 references to Clear
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
638if (undoManager != null && (_pendingUndoAction != UndoAction.Clear && 661if (undoManager != null && (_pendingUndoAction != UndoAction.Clear && 1372undoAction = UndoAction.Clear;
System\Windows\Controls\RichTextBox.cs (2)
442this.PendingUndoAction = UndoAction.Clear; 445this.OnTextChanged(new TextChangedEventArgs(TextChangedEvent, UndoAction.Clear));