11 references to GetToolTipDescription
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
143get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
143get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3009get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
641get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
343get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
55string toolTipDescription = RibbonControlService.GetToolTipDescription(d);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
162get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
106get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
143get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
338get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
150get { return RibbonControlService.GetToolTipDescription(this); }