10 references to TextProperty
PresentationFramework (10)
System\Windows\Documents\Run.cs (6)
114get { return (string)GetValue(TextProperty); } 115set { SetValue(TextProperty, value); } 145ValueSource textPropertySource = DependencyPropertyHelper.GetValueSource(this, TextProperty); 155SetCurrentDeferredValue(TextProperty, new DeferredRunTextReference(this)); 280if (rtb != null && run.HasExpression(run.LookupEntry(Run.TextProperty.GlobalIndex), Run.TextProperty))
System\Windows\Documents\TextContainer.cs (1)
309if (property.Property == Run.TextProperty)
System\Windows\Documents\TextSchema.cs (1)
1226Run.TextProperty,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5551DependencyProperty dp = System.Windows.Documents.Run.TextProperty;
System\Windows\Markup\KnownTypes.cs (1)
1876return System.Windows.Documents.Run.TextProperty;