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