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