1 write to Description
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
75ribbonToolTip.Description = toolTipDescription;
10 references to Description
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Automation\Peers\RibbonButtonAutomationPeer.cs (1)
89helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (1)
91helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
69helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonGalleryItemAutomationPeer.cs (1)
71helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
128helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonMenuItemAutomationPeer.cs (1)
77helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (1)
89helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
95helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonToggleButtonAutomationPeer.cs (1)
90helpText = toolTip.Description;
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (1)
176!string.IsNullOrEmpty(ribbonToolTip.Description) ||