3 overrides of TextEffects
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
194
public override TextEffectCollection
TextEffects
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
97
public override TextEffectCollection
TextEffects
{ get { return _textEffects; } }
MS\Internal\Text\TextSpanModifier.cs (1)
222
public 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)
291
TextEffectCollection textEffects = (runInfo.Properties != null) ? runInfo.Properties.
TextEffects
: null;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
224
get { return _runProperties.
TextEffects
; }