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