6 references to TextProperty
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (5)
115
get { return (string)GetValue(
TextProperty
); }
116
set { SetValue(
TextProperty
, value); }
404
SetValue(
TextProperty
, text);
438
SetValue(
TextProperty
, text);
779
SetValue(
TextProperty
, newText);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1851
new PropertyAndTransferMode () { Property = RibbonComboBox.
TextProperty
, Mode = TransferMode.AlwaysTransfer },