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)
135
this.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)
214
this.FindTextBox.
PreviewKeyDown
+= new System.Windows.Input.KeyEventHandler(this.OnFindTextBoxPreviewKeyDown);
MS\Internal\Documents\Application\PageTextBox.cs (1)
357
PreviewKeyDown
+= OnPreviewKeyDown;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1111
DigitalSignaturesMenuItem.
PreviewKeyDown
+= MenuPreviewKeyDown;
1112
FindToolBar.OptionsMenuItem.
PreviewKeyDown
+= MenuPreviewKeyDown;