9 references to TextProperty
PresentationFramework (8)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
162owner.SetCurrentValueInternal(ComboBox.TextProperty, val);
System\Windows\Controls\ComboBox.cs (4)
379get { return (string) GetValue(TextProperty); } 380set { SetValue(TextProperty, value); } 608SetCurrentValueInternal(TextProperty, text); 778SetCurrentValueInternal(TextProperty, newText);
System\Windows\Controls\DataGridComboBoxColumn.cs (2)
434ApplyBinding(TextBinding, comboBox, ComboBox.TextProperty); 521ApplyBinding(TextBinding, comboBox, ComboBox.TextProperty);
System\Windows\Data\BindingExpression.cs (1)
2262TargetProperty != ComboBox.TextProperty // ComboBox.Text
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
102ComboBox.TextProperty.AddOwner(typeof(RibbonComboBox),