2 references to OnPreviewKeyDown
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
674
TextEditorTyping.
OnPreviewKeyDown
(_uiScope, e);
System\windows\Documents\TextEditorTyping.cs (1)
64
EventManager.RegisterClassHandler(controlType, Keyboard.PreviewKeyDownEvent, new KeyEventHandler(
OnPreviewKeyDown
));