15 references to ActivatingKeyTipEvent
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\ActivatingKeyTipEventArgs.cs (1)
35
RoutedEvent = KeyTipService.
ActivatingKeyTipEvent
;
Microsoft\Windows\Controls\KeyTipService.cs (2)
1562
RibbonHelper.AddHandler(element,
ActivatingKeyTipEvent
, handler);
1567
RibbonHelper.RemoveHandler(element,
ActivatingKeyTipEvent
, handler);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
54
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
53
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
50
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
83
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
86
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
73
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
123
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
53
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
54
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
48
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
52
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
54
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));