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