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