19 references to GetKeyTip
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
102
_keyTipControl.Text = KeyTipService.
GetKeyTip
(keyTipElement).ToUpper(KeyTipService.GetCultureForElement(keyTipElement));
Microsoft\Windows\Controls\KeyTipService.cs (4)
229
return (string.IsNullOrEmpty(
GetKeyTip
(element)) &&
606
string keyTip =
GetKeyTip
(d);
887
string keyTip =
GetKeyTip
(element);
1494
if (!string.IsNullOrEmpty(
GetKeyTip
(element)))
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
558
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
573
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
752
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
1583
if (!string.IsNullOrEmpty(KeyTipService.
GetKeyTip
(element)))
1596
!string.IsNullOrEmpty(KeyTipService.
GetKeyTip
(controlGroupElement)))
1634
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
39
string keyTip = KeyTipService.
GetKeyTip
(element);
150
string keyTip = KeyTipService.
GetKeyTip
(element);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1658
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1773
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
589
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
864
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
678
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
608
get { return KeyTipService.
GetKeyTip
(this); }