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