9 references to TextProperty
PresentationFramework (8)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
149owner.SetCurrentValueInternal(ComboBox.TextProperty, val);
System\Windows\Controls\ComboBox.cs (4)
362get { return (string) GetValue(TextProperty); } 363set { SetValue(TextProperty, value); } 590SetCurrentValueInternal(TextProperty, text); 759SetCurrentValueInternal(TextProperty, newText);
System\Windows\Controls\DataGridComboBoxColumn.cs (2)
428ApplyBinding(TextBinding, comboBox, ComboBox.TextProperty); 515ApplyBinding(TextBinding, comboBox, ComboBox.TextProperty);
System\Windows\Data\BindingExpression.cs (1)
2213TargetProperty != ComboBox.TextProperty // ComboBox.Text
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
99ComboBox.TextProperty.AddOwner(typeof(RibbonComboBox),