13 references to TextProperty
PresentationFramework (8)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
157
owner.SetCurrentValueInternal(ComboBox.
TextProperty
, val);
src\Framework\System\Windows\Controls\ComboBox.cs (4)
380
get { return (string) GetValue(
TextProperty
); }
381
set { SetValue(
TextProperty
, value); }
609
SetCurrentValueInternal(
TextProperty
, text);
780
SetCurrentValueInternal(
TextProperty
, newText);
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (2)
435
ApplyBinding(TextBinding, comboBox, ComboBox.
TextProperty
);
522
ApplyBinding(TextBinding, comboBox, ComboBox.
TextProperty
);
src\Framework\System\Windows\Data\BindingExpression.cs (1)
2242
TargetProperty != ComboBox.
TextProperty
// ComboBox.Text
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
356
BindingExpression binding = ((ComboBox)sender).GetBindingExpression(ComboBox.
TextProperty
);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (2)
36
BindingExpression binding = this.GetBindingExpression(ComboBox.
TextProperty
);
45
BindingExpression binding = this.GetBindingExpression(ComboBox.
TextProperty
);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
699
this.flagEditorTemplate.VisualTree.SetBinding(FlagEditor.
TextProperty
, binding);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1524
zoomPicker.SetBinding(ComboBox.
TextProperty
, new Binding()