3 overrides of TextEffects
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
194public override TextEffectCollection TextEffects
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
97public override TextEffectCollection TextEffects { get { return _textEffects; } }
MS\Internal\Text\TextSpanModifier.cs (1)
222public override TextEffectCollection TextEffects
4 references to TextEffects
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1465|| (textRun.Properties.TextEffects != null && textRun.Properties.TextEffects.Count != 0)
MS\Internal\TextFormatting\TextStore.cs (1)
291TextEffectCollection textEffects = (runInfo.Properties != null) ? runInfo.Properties.TextEffects : null;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
224get { return _runProperties.TextEffects; }