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