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