17 references to TextProperty
PresentationFramework (16)
MS\Internal\Helper.cs (1)
1466
if (dp != TextBox.
TextProperty
)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
192
ApplyBinding(textBox, TextBox.
TextProperty
);
System\Windows\Controls\DataGridTextColumn.cs (1)
102
ApplyBinding(textBox, TextBox.
TextProperty
);
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
36
TextProperty
.OverrideMetadata(typeof(DatePickerTextBox), new FrameworkPropertyMetadata(OnVisualStatePropertyChanged));
System\Windows\Controls\TextBox.cs (7)
675
get { return (string) GetValue(
TextProperty
); }
676
set { SetValue(
TextProperty
, value); }
1050
if (e.Property ==
TextProperty
)
1216
SetCurrentDeferredValue(
TextProperty
, dtr);
1603
bool hasExpression = HasExpression(LookupEntry(TextBox.
TextProperty
.GlobalIndex), TextBox.
TextProperty
);
1632
BindingExpressionBase beb = BindingOperations.GetBindingExpression(this,
TextProperty
);
System\Windows\Data\BindingExpressionBase.cs (2)
922
if (dp == System.Windows.Controls.TextBox.
TextProperty
&& IsReflective && !IsInBindingExpressionCollection)
953
if (TargetProperty == System.Windows.Controls.TextBox.
TextProperty
&& IsReflective && !IsInBindingExpressionCollection)
System\windows\Documents\TextEditorDragDrop.cs (1)
265
_textEditor.UiScope, TextBox.
TextProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3783
DependencyProperty dp = System.Windows.Controls.TextBox.
TextProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1905
return System.Windows.Controls.TextBox.
TextProperty
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1817
new PropertyAndTransferMode () { Property = TextBox.
TextProperty
, Mode = TransferMode.AlwaysTransfer },