10 references to TextProperty
PresentationFramework (10)
System\Windows\Documents\Run.cs (6)
104get { return (string)GetValue(TextProperty); } 105set { SetValue(TextProperty, value); } 135ValueSource textPropertySource = DependencyPropertyHelper.GetValueSource(this, TextProperty); 145SetCurrentDeferredValue(TextProperty, new DeferredRunTextReference(this)); 270if (rtb != null && run.HasExpression(run.LookupEntry(Run.TextProperty.GlobalIndex), Run.TextProperty))
System\Windows\Documents\TextContainer.cs (1)
303if (property.Property == Run.TextProperty)
System\Windows\Documents\TextSchema.cs (1)
1216Run.TextProperty,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5922DependencyProperty dp = System.Windows.Documents.Run.TextProperty;
System\Windows\Markup\KnownTypes.cs (1)
1869return System.Windows.Documents.Run.TextProperty;