17 references to TextProperty
PresentationFramework (16)
MS\Internal\Helper.cs (1)
1482if (dp != TextBox.TextProperty)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
200ApplyBinding(textBox, TextBox.TextProperty);
System\Windows\Controls\DataGridTextColumn.cs (1)
106ApplyBinding(textBox, TextBox.TextProperty);
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
42TextProperty.OverrideMetadata(typeof(DatePickerTextBox), new FrameworkPropertyMetadata(OnVisualStatePropertyChanged));
System\Windows\Controls\TextBox.cs (7)
681get { return (string) GetValue(TextProperty); } 682set { SetValue(TextProperty, value); } 1056if (e.Property == TextProperty) 1222SetCurrentDeferredValue(TextProperty, dtr); 1609bool hasExpression = HasExpression(LookupEntry(TextBox.TextProperty.GlobalIndex), TextBox.TextProperty); 1638BindingExpressionBase beb = BindingOperations.GetBindingExpression(this, TextProperty);
System\Windows\Data\BindingExpressionBase.cs (2)
931if (dp == System.Windows.Controls.TextBox.TextProperty && IsReflective && !IsInBindingExpressionCollection) 962if (TargetProperty == System.Windows.Controls.TextBox.TextProperty && IsReflective && !IsInBindingExpressionCollection)
System\windows\Documents\TextEditorDragDrop.cs (1)
283_textEditor.UiScope, TextBox.TextProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3622DependencyProperty dp = System.Windows.Controls.TextBox.TextProperty;
System\Windows\Markup\KnownTypes.cs (1)
1912return System.Windows.Controls.TextBox.TextProperty;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1843new PropertyAndTransferMode () { Property = TextBox.TextProperty, Mode = TransferMode.AlwaysTransfer },