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