17 references to TextProperty
PresentationFramework (16)
MS\Internal\Helper.cs (1)
1473
if (dp != TextBox.
TextProperty
)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
193
ApplyBinding(textBox, TextBox.
TextProperty
);
System\Windows\Controls\DataGridTextColumn.cs (1)
103
ApplyBinding(textBox, TextBox.
TextProperty
);
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
37
TextProperty
.OverrideMetadata(typeof(DatePickerTextBox), new FrameworkPropertyMetadata(OnVisualStatePropertyChanged));
System\Windows\Controls\TextBox.cs (7)
676
get { return (string) GetValue(
TextProperty
); }
677
set { SetValue(
TextProperty
, value); }
1051
if (e.Property ==
TextProperty
)
1217
SetCurrentDeferredValue(
TextProperty
, dtr);
1604
bool hasExpression = HasExpression(LookupEntry(TextBox.
TextProperty
.GlobalIndex), TextBox.
TextProperty
);
1633
BindingExpressionBase beb = BindingOperations.GetBindingExpression(this,
TextProperty
);
System\Windows\Data\BindingExpressionBase.cs (2)
923
if (dp == System.Windows.Controls.TextBox.
TextProperty
&& IsReflective && !IsInBindingExpressionCollection)
954
if (TargetProperty == System.Windows.Controls.TextBox.
TextProperty
&& IsReflective && !IsInBindingExpressionCollection)
System\windows\Documents\TextEditorDragDrop.cs (1)
266
_textEditor.UiScope, TextBox.
TextProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3784
DependencyProperty dp = System.Windows.Controls.TextBox.
TextProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1906
return System.Windows.Controls.TextBox.
TextProperty
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1842
new PropertyAndTransferMode () { Property = TextBox.
TextProperty
, Mode = TransferMode.AlwaysTransfer },