10 references to TextProperty
PresentationFramework (10)
src\Framework\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))
src\Framework\System\Windows\Documents\TextContainer.cs (1)
324if (property.Property == Run.TextProperty)
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1228Run.TextProperty,
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5509DependencyProperty dp = System.Windows.Documents.Run.TextProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1875return System.Windows.Documents.Run.TextProperty;