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