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