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)
1568
public static readonly RoutedEvent PreviewKeyTipAccessedEvent = EventManager.RegisterRoutedEvent("PreviewKeyTipAccessed", RoutingStrategy.Tunnel, typeof(
KeyTipAccessedEventHandler
), typeof(KeyTipService));
1570
public static void AddPreviewKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)
1575
public static void RemovePreviewKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)
1580
public static readonly RoutedEvent KeyTipAccessedEvent = EventManager.RegisterRoutedEvent("KeyTipAccessed", RoutingStrategy.Bubble, typeof(
KeyTipAccessedEventHandler
), typeof(KeyTipService));
1582
public static void AddKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)
1587
public static void RemoveKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)