8 references to KeyTipAccessedEventHandler
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\KeyTipAccessedEventArgs.cs (2)
31KeyTipAccessedEventHandler handler = (KeyTipAccessedEventHandler)genericHandler;
Microsoft\Windows\Controls\KeyTipService.cs (6)
1570public static readonly RoutedEvent PreviewKeyTipAccessedEvent = EventManager.RegisterRoutedEvent("PreviewKeyTipAccessed", RoutingStrategy.Tunnel, typeof(KeyTipAccessedEventHandler), typeof(KeyTipService)); 1572public static void AddPreviewKeyTipAccessedHandler(DependencyObject element, KeyTipAccessedEventHandler handler) 1577public static void RemovePreviewKeyTipAccessedHandler(DependencyObject element, KeyTipAccessedEventHandler handler) 1582public static readonly RoutedEvent KeyTipAccessedEvent = EventManager.RegisterRoutedEvent("KeyTipAccessed", RoutingStrategy.Bubble, typeof(KeyTipAccessedEventHandler), typeof(KeyTipService)); 1584public static void AddKeyTipAccessedHandler(DependencyObject element, KeyTipAccessedEventHandler handler) 1589public static void RemoveKeyTipAccessedHandler(DependencyObject element, KeyTipAccessedEventHandler handler)