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