6 references to TextProperty
PresentationFramework (6)
System\Windows\Controls\AccessText.cs (2)
146get { return (string) GetValue(TextProperty); } 147set { SetValue(TextProperty, value); }
System\Windows\Controls\ContentPresenter.cs (2)
56text.SetValue(AccessText.TextProperty, new TemplateBindingExtension(ContentProperty)); 715text.SetBinding(AccessText.TextProperty, binding);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1721DependencyProperty dp = System.Windows.Controls.AccessText.TextProperty;
System\Windows\Markup\KnownTypes.cs (1)
1682return System.Windows.Controls.AccessText.TextProperty;