Implemented interface member:
event
PreviewKeyDown
System.Windows.IInputElement.PreviewKeyDown
5 references to PreviewKeyDown
Microsoft.VisualStudio.LanguageServices (1)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ValueTracking\ValueTrackingTree.g.cs (1)
135this.ValueTrackingTreeView.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.ValueTrackingTree_PreviewKeyDown);
PresentationUI (4)
artifacts\obj\PresentationUI\Debug\net9.0\MS\Internal\Documents\FindToolBar.g.cs (1)
214this.FindTextBox.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.OnFindTextBoxPreviewKeyDown);
MS\Internal\Documents\Application\PageTextBox.cs (1)
357PreviewKeyDown += OnPreviewKeyDown;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1111DigitalSignaturesMenuItem.PreviewKeyDown += MenuPreviewKeyDown; 1112FindToolBar.OptionsMenuItem.PreviewKeyDown += MenuPreviewKeyDown;