10 references to KeyTipFocusEventHandler
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\KeyTipService.cs (8)
1588internal event KeyTipFocusEventHandler KeyTipEnterFocus 1604internal event KeyTipFocusEventHandler KeyTipExitRestoreFocus 1619private static void AddKeyTipFocusEventHandler(KeyTipFocusEventHandler handler, ref List<WeakReference> handlerList) 1642private static void RemoveKeyTipFocusEventHandler(KeyTipFocusEventHandler handler, List<WeakReference> handlerList) 1650KeyTipFocusEventHandler current = handlerList[i].Target as KeyTipFocusEventHandler; 1675KeyTipFocusEventHandler current = handlerList[i].Target as KeyTipFocusEventHandler;
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
73KeyTipService.KeyTipFocusEventHandler _keyTipEnterFocusHandler = null; 74KeyTipService.KeyTipFocusEventHandler _keyTipExitRestoreFocusHandler = null;