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