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