5 references to Clear
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
669
if (undoManager != null && (_pendingUndoAction != UndoAction.
Clear
&&
692
if (undoManager != null && (_pendingUndoAction != UndoAction.
Clear
&&
1460
undoAction = UndoAction.
Clear
;
src\Framework\System\Windows\Controls\RichTextBox.cs (2)
456
this.PendingUndoAction = UndoAction.
Clear
;
459
this.OnTextChanged(new TextChangedEventArgs(TextChangedEvent, UndoAction.
Clear
));