5 references to SelectedEvent
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1604_firstGallery.RemoveHandler(RibbonGalleryItem.SelectedEvent, new RoutedEventHandler(OnGalleryItemSelectionChanged)); 1617_firstGallery.AddHandler(RibbonGalleryItem.SelectedEvent, new RoutedEventHandler(OnGalleryItemSelectionChanged));
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1360container.OnSelected(new RoutedEventArgs(RibbonGalleryItem.SelectedEvent, container));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (2)
89AddHandler(SelectedEvent, value); 93RemoveHandler(SelectedEvent, value);