2 writes to _textEffects
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
194_textEffects = source._textEffects; 211_textEffects = DynamicPropertyReader.GetTextEffects(target);
2 references to _textEffects
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
100public override TextEffectCollection TextEffects { get { return _textEffects; } } 194_textEffects = source._textEffects;