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