8 references to KeyTipAccessedEventHandler
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\KeyTipAccessedEventArgs.cs (2)
28KeyTipAccessedEventHandler handler = (KeyTipAccessedEventHandler)genericHandler;
Microsoft\Windows\Controls\KeyTipService.cs (6)
1553public static readonly RoutedEvent PreviewKeyTipAccessedEvent = EventManager.RegisterRoutedEvent("PreviewKeyTipAccessed", RoutingStrategy.Tunnel, typeof(KeyTipAccessedEventHandler), typeof(KeyTipService)); 1555public static void AddPreviewKeyTipAccessedHandler(DependencyObject element, KeyTipAccessedEventHandler handler) 1560public static void RemovePreviewKeyTipAccessedHandler(DependencyObject element, KeyTipAccessedEventHandler handler) 1565public static readonly RoutedEvent KeyTipAccessedEvent = EventManager.RegisterRoutedEvent("KeyTipAccessed", RoutingStrategy.Bubble, typeof(KeyTipAccessedEventHandler), typeof(KeyTipService)); 1567public static void AddKeyTipAccessedHandler(DependencyObject element, KeyTipAccessedEventHandler handler) 1572public static void RemoveKeyTipAccessedHandler(DependencyObject element, KeyTipAccessedEventHandler handler)