21 references to TextProperty
PresentationFramework (16)
src\Framework\MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
52text.SetBinding(TextBlock.TextProperty, binding); 67text.SetBinding(TextBlock.TextProperty, binding);
src\Framework\System\Windows\Controls\ContentPresenter.cs (4)
66text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentProperty)); 76text.SetBinding(TextBlock.TextProperty, binding); 740text.SetBinding(TextBlock.TextProperty, binding); 764text.SetBinding(TextBlock.TextProperty, binding);
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
90ApplyBinding(textBlock, TextBlock.TextProperty);
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (2)
320cell.SetBinding(TextBlock.TextProperty, binding); 597cell.SetBinding(TextBlock.TextProperty, binding);
src\Framework\System\Windows\Controls\TextBlock.cs (5)
614get { return (string) GetValue(TextProperty); } 615set { SetValue(TextProperty, value); } 635(string)value == (string)textblock.GetValue(TextProperty)) 3111SetDeferredValue(TextProperty, new DeferredTextReference(this.TextContainer)); 3370object localValue = ReadLocalValue(TextProperty);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3546DependencyProperty dp = System.Windows.Controls.TextBlock.TextProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1903return System.Windows.Controls.TextBlock.TextProperty;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (1)
71toolTip.SetBinding(TextBlock.TextProperty, new Binding()
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
38private static string _textBlockTextPropertyName = System.Windows.Controls.TextBlock.TextProperty.Name;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelUtilities.cs (1)
77property.Name.Equals(System.Windows.Controls.TextBlock.TextProperty.Name)))
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
74this.text.SetBinding(TextBlock.TextProperty, "HintText");
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
90text.SetBinding(TextBlock.TextProperty, "HintText");