6 references to UnselectedEvent
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1603_firstGallery.RemoveHandler(RibbonGalleryItem.UnselectedEvent, new RoutedEventHandler(OnGalleryItemSelectionChanged)); 1616_firstGallery.AddHandler(RibbonGalleryItem.UnselectedEvent, new RoutedEventHandler(OnGalleryItemSelectionChanged));
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1278container.OnUnselected(new RoutedEventArgs(RibbonGalleryItem.UnselectedEvent, container)); 1290galleryItem.OnUnselected(new RoutedEventArgs(RibbonGalleryItem.UnselectedEvent, galleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (2)
130AddHandler(UnselectedEvent, value); 134RemoveHandler(UnselectedEvent, value);