15 references to ActivatingKeyTipEvent
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\ActivatingKeyTipEventArgs.cs (1)
32
RoutedEvent = KeyTipService.
ActivatingKeyTipEvent
;
Microsoft\Windows\Controls\KeyTipService.cs (2)
1545
RibbonHelper.AddHandler(element,
ActivatingKeyTipEvent
, handler);
1550
RibbonHelper.RemoveHandler(element,
ActivatingKeyTipEvent
, handler);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
50
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
50
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
47
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
79
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
82
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
69
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
117
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
50
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
51
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
45
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
49
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
51
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));