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