18 references to TextProperty
PresentationFramework (16)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
50text.SetBinding(TextBlock.TextProperty, binding); 65text.SetBinding(TextBlock.TextProperty, binding);
System\Windows\Controls\ContentPresenter.cs (4)
64text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentProperty)); 74text.SetBinding(TextBlock.TextProperty, binding); 738text.SetBinding(TextBlock.TextProperty, binding); 762text.SetBinding(TextBlock.TextProperty, binding);
System\Windows\Controls\DataGridTextColumn.cs (1)
89ApplyBinding(textBlock, TextBlock.TextProperty);
System\Windows\Controls\GridViewRowPresenter.cs (2)
318cell.SetBinding(TextBlock.TextProperty, binding); 594cell.SetBinding(TextBlock.TextProperty, binding);
System\Windows\Controls\TextBlock.cs (5)
590get { return (string) GetValue(TextProperty); } 591set { SetValue(TextProperty, value); } 611(string)value == (string)textblock.GetValue(TextProperty)) 3022SetDeferredValue(TextProperty, new DeferredTextReference(this.TextContainer)); 3381object localValue = ReadLocalValue(TextProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3554DependencyProperty dp = System.Windows.Controls.TextBlock.TextProperty;
System\Windows\Markup\KnownTypes.cs (1)
1904return System.Windows.Controls.TextBlock.TextProperty;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
64text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentPresenter.ContentProperty));
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
206TextBlock.TextProperty.AddOwner(typeof(RibbonTwoLineText),