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