2 references to OnTextInput
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
683
TextEditorTyping.
OnTextInput
(_uiScope, e);
System\windows\Documents\TextEditorTyping.cs (1)
58
EventManager.RegisterClassHandler(controlType, TextCompositionManager.TextInputEvent, new TextCompositionEventHandler(
OnTextInput
));