11 references to GetToolTipFooterDescription
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
187get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
187get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3048get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
685get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
384get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
57string toolTipFooterDescription = RibbonControlService.GetToolTipFooterDescription(d);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
206get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
150get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
187get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
382get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
194get { return RibbonControlService.GetToolTipFooterDescription(this); }