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