5 references to Clear
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
639if (undoManager != null && (_pendingUndoAction != UndoAction.Clear && 662if (undoManager != null && (_pendingUndoAction != UndoAction.Clear && 1427undoAction = UndoAction.Clear;
System\Windows\Controls\RichTextBox.cs (2)
443this.PendingUndoAction = UndoAction.Clear; 446this.OnTextChanged(new TextChangedEventArgs(TextChangedEvent, UndoAction.Clear));