25 references to TextProperty
PresentationFramework (16)
src\Framework\MS\Internal\Helper.cs (1)
1498
if (dp != TextBox.
TextProperty
)
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
201
ApplyBinding(textBox, TextBox.
TextProperty
);
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
107
ApplyBinding(textBox, TextBox.
TextProperty
);
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
42
TextProperty
.OverrideMetadata(typeof(DatePickerTextBox), new FrameworkPropertyMetadata(OnVisualStatePropertyChanged));
src\Framework\System\Windows\Controls\TextBox.cs (7)
710
get { return (string) GetValue(
TextProperty
); }
711
set { SetValue(
TextProperty
, value); }
1047
if (e.Property ==
TextProperty
)
1213
SetCurrentDeferredValue(
TextProperty
, dtr);
1601
bool hasExpression = HasExpression(LookupEntry(TextBox.
TextProperty
.GlobalIndex), TextBox.
TextProperty
);
1631
BindingExpressionBase beb = BindingOperations.GetBindingExpression(this,
TextProperty
);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
937
if (dp == System.Windows.Controls.TextBox.
TextProperty
&& IsReflective && !IsInBindingExpressionCollection)
967
if (TargetProperty == System.Windows.Controls.TextBox.
TextProperty
&& IsReflective && !IsInBindingExpressionCollection)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
295
_textEditor.UiScope, TextBox.
TextProperty
);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3614
DependencyProperty dp = System.Windows.Controls.TextBox.
TextProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1911
return System.Windows.Controls.TextBox.
TextProperty
;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
348
BindingExpression binding = ((TextBox)sender).GetBindingExpression(TextBox.
TextProperty
);
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (1)
69
BindingExpression be = this.annotationTextBox.GetBindingExpression(TextBox.
TextProperty
);
System.Activities.Presentation\System\Activities\Presentation\Toolbox\TreeViewContainerStyleSelector.cs (1)
43
searchTextBinding.Path = new PropertyPath(TextBox.
TextProperty
);
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
1560
var expr = this.GetBindingExpression(PropertyValueTextBox.
TextProperty
);
1576
this.GetBindingExpression(PropertyValueTextBox.
TextProperty
).UpdateTarget();
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1001
BindingExpression textBinding = textBox.GetBindingExpression(TextBox.
TextProperty
);
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
154
var binding = this.textBox.GetBindingExpression(TextBox.
TextProperty
);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
319
this.editingTextBox.GetBindingExpression(TextBox.
TextProperty
).UpdateSource();
671
textbox.SetBinding(TextBox.
TextProperty
, binding);