2 references to KeyTip
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
75
string accessKey = ((RibbonMenuButton)Owner).
KeyTip
;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2702
bool dropDownKeyTipSet = !string.IsNullOrEmpty(splitButton.
KeyTip
);