2 references to TextChangedEventArgs
PresentationFramework (2)
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
459this.OnTextChanged(new TextChangedEventArgs(TextChangedEvent, UndoAction.Clear));
src\Framework\System\Windows\Controls\TextBox.cs (1)
1305OnTextChanged(new TextChangedEventArgs(TextChangedEvent, UndoAction.None));