9 references to PreviewKeyDownEvent
Microsoft.CodeAnalysis.EditorFeatures (4)
InlineRename\UI\Adornment\RenameUserInputTextBox.xaml.cs (2)
50AddHandler(PreviewKeyDownEvent, value, handledEventsToo: false); 54RemoveHandler(PreviewKeyDownEvent, value);
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (2)
75AddHandler(PreviewKeyDownEvent, value, handledEventsToo: false); 79RemoveHandler(PreviewKeyDownEvent, value);
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.xaml.cs (3)
60symbolKindsListView.AddHandler(PreviewKeyDownEvent, (KeyEventHandler)HandleSymbolKindsPreviewKeyDown, true); 61accessibilitiesListView.AddHandler(PreviewKeyDownEvent, (KeyEventHandler)HandleAccessibilitiesPreviewKeyDown, true); 62modifiersListView.AddHandler(PreviewKeyDownEvent, (KeyEventHandler)HandleModifiersPreviewKeyDown, true);
PresentationFramework (2)
System\Windows\Controls\Primitives\CalendarItem.cs (2)
966dayCell.AddHandler(PreviewKeyDownEvent, new RoutedEventHandler(CellOrMonth_PreviewKeyDown), true); 992monthCell.AddHandler(UIElement.PreviewKeyDownEvent, new RoutedEventHandler(CellOrMonth_PreviewKeyDown), true);