2 references to DescriptionProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (2)
122get { return (string)GetValue(DescriptionProperty); } 123set { SetValue(DescriptionProperty, value); }