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