10 references to TextEffectsProperty
PresentationFramework (10)
MS\Internal\Text\DynamicPropertyReader.cs (1)
117
return GetCollectionValue(element, TextElement.
TextEffectsProperty
) as TextEffectCollection;
System\Windows\Controls\AccessText.cs (1)
288
TextElement.
TextEffectsProperty
.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
900
TextElement.
TextEffectsProperty
.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (1)
49
TextEffectCollection effects = tp.GetValue(TextElement.
TextEffectsProperty
) as TextEffectCollection;
System\Windows\Documents\FlowDocument.cs (1)
316
TextElement.
TextEffectsProperty
.AddOwner(
System\Windows\Documents\TextEffectResolver.cs (1)
165
_element.SetValue(TextElement.
TextEffectsProperty
, textEffects);
System\Windows\Documents\TextElement.cs (2)
758
get { return (TextEffectCollection) GetValue(
TextEffectsProperty
); }
759
set { SetValue(
TextEffectsProperty
, value); }
System\Windows\Documents\TextRangeSerialization.cs (1)
860
if (property == Inline.BaselineAlignmentProperty || property == TextElement.
TextEffectsProperty
)
System\windows\Documents\TextSelection.cs (1)
1487
noninheritableProperties[i] != TextElement.
TextEffectsProperty
&&