11 references to GetToolTipFooterDescription
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
191get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
190get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3056get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
688get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
391get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
63string toolTipFooterDescription = RibbonControlService.GetToolTipFooterDescription(d);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
210get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
154get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
190get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
385get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
197get { return RibbonControlService.GetToolTipFooterDescription(this); }