10 references to TextEffectsProperty
PresentationFramework (10)
MS\Internal\Text\DynamicPropertyReader.cs (1)
124
return GetCollectionValue(element, TextElement.
TextEffectsProperty
) as TextEffectCollection;
System\Windows\Controls\AccessText.cs (1)
291
TextElement.
TextEffectsProperty
.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
913
TextElement.
TextEffectsProperty
.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (1)
52
TextEffectCollection effects = tp.GetValue(TextElement.
TextEffectsProperty
) as TextEffectCollection;
System\Windows\Documents\FlowDocument.cs (1)
317
TextElement.
TextEffectsProperty
.AddOwner(
System\Windows\Documents\TextEffectResolver.cs (1)
170
_element.SetValue(TextElement.
TextEffectsProperty
, textEffects);
System\Windows\Documents\TextElement.cs (2)
774
get { return (TextEffectCollection) GetValue(
TextEffectsProperty
); }
775
set { SetValue(
TextEffectsProperty
, value); }
System\Windows\Documents\TextRangeSerialization.cs (1)
867
if (property == Inline.BaselineAlignmentProperty || property == TextElement.
TextEffectsProperty
)
System\windows\Documents\TextSelection.cs (1)
1506
noninheritableProperties[i] != TextElement.
TextEffectsProperty
&&