1 override of OnTextChanged
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
221protected override void OnTextChanged(TextChangedEventArgs e)
4 references to OnTextChanged
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1483OnTextChanged(new TextChangedEventArgs(TextChangedEvent, undoAction, new ReadOnlyCollection<TextChange>(e.Changes.Values)));
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));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
223base.OnTextChanged(e);