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