6 references to UnselectedEvent
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1605_firstGallery.RemoveHandler(RibbonGalleryItem.UnselectedEvent, new RoutedEventHandler(OnGalleryItemSelectionChanged)); 1618_firstGallery.AddHandler(RibbonGalleryItem.UnselectedEvent, new RoutedEventHandler(OnGalleryItemSelectionChanged));
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1280container.OnUnselected(new RoutedEventArgs(RibbonGalleryItem.UnselectedEvent, container)); 1292galleryItem.OnUnselected(new RoutedEventArgs(RibbonGalleryItem.UnselectedEvent, galleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (2)
132AddHandler(UnselectedEvent, value); 136RemoveHandler(UnselectedEvent, value);