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