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