6 references to UnselectedEvent
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1602_firstGallery.RemoveHandler(RibbonGalleryItem.UnselectedEvent, new RoutedEventHandler(OnGalleryItemSelectionChanged)); 1615_firstGallery.AddHandler(RibbonGalleryItem.UnselectedEvent, new RoutedEventHandler(OnGalleryItemSelectionChanged));
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1279container.OnUnselected(new RoutedEventArgs(RibbonGalleryItem.UnselectedEvent, container)); 1291galleryItem.OnUnselected(new RoutedEventArgs(RibbonGalleryItem.UnselectedEvent, galleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (2)
129AddHandler(UnselectedEvent, value); 133RemoveHandler(UnselectedEvent, value);