1 write to _keyTipEnterFocusHandler
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
134
_keyTipEnterFocusHandler
= new KeyTipService.KeyTipFocusEventHandler(OnKeyTipEnterFocus);
1 reference to _keyTipEnterFocusHandler
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
135
KeyTipService.Current.KeyTipEnterFocus +=
_keyTipEnterFocusHandler
;