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