11 references to GetToolTipFooterTitle
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
173
get { return RibbonControlService.
GetToolTipFooterTitle
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
173
get { return RibbonControlService.
GetToolTipFooterTitle
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3039
get { return RibbonControlService.
GetToolTipFooterTitle
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
671
get { return RibbonControlService.
GetToolTipFooterTitle
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
373
get { return RibbonControlService.
GetToolTipFooterTitle
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
57
string toolTipFooterTitle = RibbonControlService.
GetToolTipFooterTitle
(d);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
192
get { return RibbonControlService.
GetToolTipFooterTitle
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
136
get { return RibbonControlService.
GetToolTipFooterTitle
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
173
get { return RibbonControlService.
GetToolTipFooterTitle
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
368
get { return RibbonControlService.
GetToolTipFooterTitle
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
180
get { return RibbonControlService.
GetToolTipFooterTitle
(this); }