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)
136this.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)
149this.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)
37listview.PreviewKeyDown += Options_PreviewKeyDown;
PresentationUI (4)
artifacts\obj\PresentationUI\x86\Debug\net10.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)
354PreviewKeyDown += OnPreviewKeyDown;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
1110DigitalSignaturesMenuItem.PreviewKeyDown += MenuPreviewKeyDown; 1111FindToolBar.OptionsMenuItem.PreviewKeyDown += MenuPreviewKeyDown;