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