1 write to Description
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
71Description = toolTipDescription,
10 references to Description
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Automation\Peers\RibbonButtonAutomationPeer.cs (1)
88helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (1)
90helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
66helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonGalleryItemAutomationPeer.cs (1)
67helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
125helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonMenuItemAutomationPeer.cs (1)
75helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (1)
88helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
93helpText = toolTip.Description;
Microsoft\Windows\Automation\Peers\RibbonToggleButtonAutomationPeer.cs (1)
89helpText = toolTip.Description;
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (1)
173!string.IsNullOrEmpty(ribbonToolTip.Description) ||