9 references to TextProperty
PresentationFramework (8)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
150
owner.SetCurrentValueInternal(ComboBox.
TextProperty
, val);
System\Windows\Controls\ComboBox.cs (4)
363
get { return (string) GetValue(
TextProperty
); }
364
set { SetValue(
TextProperty
, value); }
591
SetCurrentValueInternal(
TextProperty
, text);
760
SetCurrentValueInternal(
TextProperty
, newText);
System\Windows\Controls\DataGridComboBoxColumn.cs (2)
429
ApplyBinding(TextBinding, comboBox, ComboBox.
TextProperty
);
516
ApplyBinding(TextBinding, comboBox, ComboBox.
TextProperty
);
System\Windows\Data\BindingExpression.cs (1)
2215
TargetProperty != ComboBox.
TextProperty
// ComboBox.Text
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
100
ComboBox.
TextProperty
.AddOwner(typeof(RibbonComboBox),