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