6 references to TextProperty
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (5)
113
get { return (string)GetValue(
TextProperty
); }
114
set { SetValue(
TextProperty
, value); }
402
SetValue(
TextProperty
, text);
436
SetValue(
TextProperty
, text);
777
SetValue(
TextProperty
, newText);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1846
new PropertyAndTransferMode () { Property = RibbonComboBox.
TextProperty
, Mode = TransferMode.AlwaysTransfer },