2 references to OnKeyDown
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
706TextEditorTyping.OnKeyDown(_uiScope, e);
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
68EventManager.RegisterClassHandler(controlType, Keyboard.KeyDownEvent, new KeyEventHandler(OnKeyDown));