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