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