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)
369
get { return (string) GetValue(
TextProperty
); }
370
set { SetValue(
TextProperty
, value); }
598
SetCurrentValueInternal(
TextProperty
, text);
768
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)
2253
TargetProperty != ComboBox.
TextProperty
// ComboBox.Text
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
100
ComboBox.
TextProperty
.AddOwner(typeof(RibbonComboBox),