6 references to TextProperty
PresentationFramework (6)
System\Windows\Controls\AccessText.cs (2)
143get { return (string) GetValue(TextProperty); } 144set { SetValue(TextProperty, value); }
System\Windows\Controls\ContentPresenter.cs (2)
46text.SetValue(AccessText.TextProperty, new TemplateBindingExtension(ContentProperty)); 709text.SetBinding(AccessText.TextProperty, binding);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1718DependencyProperty dp = System.Windows.Controls.AccessText.TextProperty;
System\Windows\Markup\KnownTypes.cs (1)
1675return System.Windows.Controls.AccessText.TextProperty;