3 overrides of TextEffects
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
191
public override TextEffectCollection
TextEffects
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
94
public override TextEffectCollection
TextEffects
{ get { return _textEffects; } }
MS\Internal\Text\TextSpanModifier.cs (1)
219
public override TextEffectCollection
TextEffects
4 references to TextEffects
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1449
|| (textRun.Properties.
TextEffects
!= null && textRun.Properties.
TextEffects
.Count != 0)
MS\Internal\TextFormatting\TextStore.cs (1)
275
TextEffectCollection textEffects = runInfo.Properties?.
TextEffects
;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
221
get { return _runProperties.
TextEffects
; }