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