Implemented interface member:
event
PreviewKeyDown
System.Windows.IInputElement.PreviewKeyDown
8 references to PreviewKeyDown
Microsoft.VisualStudio.LanguageServices (1)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ValueTracking\ValueTrackingTree.g.cs (1)
136
this.ValueTrackingTreeView.
PreviewKeyDown
+= new System.Windows.Input.KeyEventHandler(this.ValueTrackingTree_PreviewKeyDown);
Microsoft.VisualStudio.LanguageServices.Implementation (3)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.Implementation\Release\net472\Options\GridOptionPreviewControl.g.cs (1)
149
this.CodeStyleMembers.
PreviewKeyDown
+= new System.Windows.Input.KeyEventHandler(this.Options_PreviewKeyDown);
artifacts\obj\Microsoft.VisualStudio.LanguageServices.Implementation\Release\net472\Options\OptionPreviewControl.g.cs (1)
120
((System.Windows.Controls.RadioButton)(target)).
PreviewKeyDown
+= new System.Windows.Input.KeyEventHandler(this.Options_PreviewKeyDown);
Options\OptionPreviewControl.xaml.cs (1)
37
listview.
PreviewKeyDown
+= Options_PreviewKeyDown;
PresentationUI (4)
artifacts\obj\PresentationUI\x86\Debug\net10.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)
354
PreviewKeyDown
+= OnPreviewKeyDown;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1110
DigitalSignaturesMenuItem.
PreviewKeyDown
+= MenuPreviewKeyDown;
1111
FindToolBar.OptionsMenuItem.
PreviewKeyDown
+= MenuPreviewKeyDown;