3 overrides of TextEffects
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
195
public override TextEffectCollection
TextEffects
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (1)
100
public override TextEffectCollection
TextEffects
{ get { return _textEffects; } }
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
230
public 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)
295
TextEffectCollection textEffects = (runInfo.Properties != null) ? runInfo.Properties.
TextEffects
: null;
PresentationFramework (1)
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
232
get { return _runProperties.
TextEffects
; }