3 overrides of TextEffects
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
195public override TextEffectCollection TextEffects
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (1)
100public override TextEffectCollection TextEffects { get { return _textEffects; } }
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
230public override TextEffectCollection TextEffects
4 references to TextEffects
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1479|| (textRun.Properties.TextEffects != null && textRun.Properties.TextEffects.Count != 0)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
295TextEffectCollection textEffects = (runInfo.Properties != null) ? runInfo.Properties.TextEffects : null;
PresentationFramework (1)
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
232get { return _runProperties.TextEffects; }