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