10 references to KeyTipFocusEventHandler
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\KeyTipService.cs (8)
1602internal event KeyTipFocusEventHandler KeyTipEnterFocus 1618internal event KeyTipFocusEventHandler KeyTipExitRestoreFocus 1633private static void AddKeyTipFocusEventHandler(KeyTipFocusEventHandler handler, ref List<WeakReference> handlerList) 1656private static void RemoveKeyTipFocusEventHandler(KeyTipFocusEventHandler handler, List<WeakReference> handlerList) 1664KeyTipFocusEventHandler current = handlerList[i].Target as KeyTipFocusEventHandler; 1689KeyTipFocusEventHandler current = handlerList[i].Target as KeyTipFocusEventHandler;
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
73KeyTipService.KeyTipFocusEventHandler _keyTipEnterFocusHandler = null; 74KeyTipService.KeyTipFocusEventHandler _keyTipExitRestoreFocusHandler = null;