18 references to TextProperty
PresentationFramework (16)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
48text.SetBinding(TextBlock.TextProperty, binding); 65text.SetBinding(TextBlock.TextProperty, binding);
System\Windows\Controls\ContentPresenter.cs (4)
54text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentProperty)); 66text.SetBinding(TextBlock.TextProperty, binding); 736text.SetBinding(TextBlock.TextProperty, binding); 764text.SetBinding(TextBlock.TextProperty, binding);
System\Windows\Controls\DataGridTextColumn.cs (1)
85ApplyBinding(textBlock, TextBlock.TextProperty);
System\Windows\Controls\GridViewRowPresenter.cs (2)
313cell.SetBinding(TextBlock.TextProperty, binding); 590cell.SetBinding(TextBlock.TextProperty, binding);
System\Windows\Controls\TextBlock.cs (5)
577get { return (string) GetValue(TextProperty); } 578set { SetValue(TextProperty, value); } 598(string)value == (string)textblock.GetValue(TextProperty)) 3000SetDeferredValue(TextProperty, new DeferredTextReference(this.TextContainer)); 3361object localValue = ReadLocalValue(TextProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3707DependencyProperty dp = System.Windows.Controls.TextBlock.TextProperty;
System\Windows\Markup\KnownTypes.cs (1)
1897return System.Windows.Controls.TextBlock.TextProperty;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
61text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentPresenter.ContentProperty));
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
202TextBlock.TextProperty.AddOwner(typeof(RibbonTwoLineText),