10 references to TextEffectsProperty
PresentationFramework (10)
MS\Internal\Text\DynamicPropertyReader.cs (1)
118
return GetCollectionValue(element, TextElement.
TextEffectsProperty
) as TextEffectCollection;
System\Windows\Controls\AccessText.cs (1)
289
TextElement.
TextEffectsProperty
.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
903
TextElement.
TextEffectsProperty
.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (1)
50
TextEffectCollection effects = tp.GetValue(TextElement.
TextEffectsProperty
) as TextEffectCollection;
System\Windows\Documents\FlowDocument.cs (1)
317
TextElement.
TextEffectsProperty
.AddOwner(
System\Windows\Documents\TextEffectResolver.cs (1)
166
_element.SetValue(TextElement.
TextEffectsProperty
, textEffects);
System\Windows\Documents\TextElement.cs (2)
773
get { return (TextEffectCollection) GetValue(
TextEffectsProperty
); }
774
set { SetValue(
TextEffectsProperty
, value); }
System\Windows\Documents\TextRangeSerialization.cs (1)
861
if (property == Inline.BaselineAlignmentProperty || property == TextElement.
TextEffectsProperty
)
System\windows\Documents\TextSelection.cs (1)
1503
noninheritableProperties[i] != TextElement.
TextEffectsProperty
&&