5 references to SelectedEvent
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1601_firstGallery.RemoveHandler(RibbonGalleryItem.SelectedEvent, new RoutedEventHandler(OnGalleryItemSelectionChanged)); 1614_firstGallery.AddHandler(RibbonGalleryItem.SelectedEvent, new RoutedEventHandler(OnGalleryItemSelectionChanged));
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1359container.OnSelected(new RoutedEventArgs(RibbonGalleryItem.SelectedEvent, container));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (2)
86AddHandler(SelectedEvent, value); 90RemoveHandler(SelectedEvent, value);