11 references to GetToolTipFooterDescription
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
188get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
188get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3054get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
686get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
388get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
58string toolTipFooterDescription = RibbonControlService.GetToolTipFooterDescription(d);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
207get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
151get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
188get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
383get { return RibbonControlService.GetToolTipFooterDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
195get { return RibbonControlService.GetToolTipFooterDescription(this); }