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