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