11 references to GetToolTipDescription
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
146get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
145get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
3011get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
643get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
346get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
60string toolTipDescription = RibbonControlService.GetToolTipDescription(d);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
165get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
109get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
145get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
340get { return RibbonControlService.GetToolTipDescription(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
152get { return RibbonControlService.GetToolTipDescription(this); }