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)
1278
container.OnUnselected(new RoutedEventArgs(RibbonGalleryItem.
UnselectedEvent
, container));
1290
galleryItem.OnUnselected(new RoutedEventArgs(RibbonGalleryItem.
UnselectedEvent
, galleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (2)
130
AddHandler(
UnselectedEvent
, value);
134
RemoveHandler(
UnselectedEvent
, value);