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