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