18 references to TextProperty
PresentationFramework (16)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
49text.SetBinding(TextBlock.TextProperty, binding); 66text.SetBinding(TextBlock.TextProperty, binding);
System\Windows\Controls\ContentPresenter.cs (4)
55text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentProperty)); 67text.SetBinding(TextBlock.TextProperty, binding); 737text.SetBinding(TextBlock.TextProperty, binding); 765text.SetBinding(TextBlock.TextProperty, binding);
System\Windows\Controls\DataGridTextColumn.cs (1)
86ApplyBinding(textBlock, TextBlock.TextProperty);
System\Windows\Controls\GridViewRowPresenter.cs (2)
314cell.SetBinding(TextBlock.TextProperty, binding); 591cell.SetBinding(TextBlock.TextProperty, binding);
System\Windows\Controls\TextBlock.cs (5)
578get { return (string) GetValue(TextProperty); } 579set { SetValue(TextProperty, value); } 599(string)value == (string)textblock.GetValue(TextProperty)) 3001SetDeferredValue(TextProperty, new DeferredTextReference(this.TextContainer)); 3362object localValue = ReadLocalValue(TextProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3708DependencyProperty dp = System.Windows.Controls.TextBlock.TextProperty;
System\Windows\Markup\KnownTypes.cs (1)
1898return System.Windows.Controls.TextBlock.TextProperty;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
62text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentPresenter.ContentProperty));
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
203TextBlock.TextProperty.AddOwner(typeof(RibbonTwoLineText),