2 writes to _textEffects
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
191_textEffects = source._textEffects; 208_textEffects = DynamicPropertyReader.GetTextEffects(target);
2 references to _textEffects
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
97public override TextEffectCollection TextEffects { get { return _textEffects; } } 191_textEffects = source._textEffects;