2 implementations of PreviewKeyDown
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameUserInputTextBox.xaml.cs (1)
46event KeyEventHandler? IRenameUserInput.PreviewKeyDown
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
69event KeyEventHandler? IRenameUserInput.PreviewKeyDown
1 reference to PreviewKeyDown
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
70RenameUserInput.PreviewKeyDown += RenameUserInput_PreviewKeyDown;