1 write to _effect
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextEffectResolver.cs (1)
151_effect = effect;
5 references to _effect
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextEffectResolver.cs (5)
167get { return _effect; } 189if (textEffects[i] == _effect) 194textEffects.Add(_effect); 209if (textEffects[i] == _effect) 231if (textEffects[i] == _effect)