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