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)
1279
container.OnUnselected(new RoutedEventArgs(RibbonGalleryItem.
UnselectedEvent
, container));
1291
galleryItem.OnUnselected(new RoutedEventArgs(RibbonGalleryItem.
UnselectedEvent
, galleryItem));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (2)
129
AddHandler(
UnselectedEvent
, value);
133
RemoveHandler(
UnselectedEvent
, value);