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