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