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