8 references to KeyTipAccessedEventHandler
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\KeyTipAccessedEventArgs.cs (2)
29
KeyTipAccessedEventHandler
handler = (
KeyTipAccessedEventHandler
)genericHandler;
Microsoft\Windows\Controls\KeyTipService.cs (6)
1554
public static readonly RoutedEvent PreviewKeyTipAccessedEvent = EventManager.RegisterRoutedEvent("PreviewKeyTipAccessed", RoutingStrategy.Tunnel, typeof(
KeyTipAccessedEventHandler
), typeof(KeyTipService));
1556
public static void AddPreviewKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)
1561
public static void RemovePreviewKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)
1566
public static readonly RoutedEvent KeyTipAccessedEvent = EventManager.RegisterRoutedEvent("KeyTipAccessed", RoutingStrategy.Bubble, typeof(
KeyTipAccessedEventHandler
), typeof(KeyTipService));
1568
public static void AddKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)
1573
public static void RemoveKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)