1 write to _textEffects
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
119_textEffects = textEffects;
3 references to _textEffects
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (3)
279if (_textEffects != null) 282for (int i = 0; i < _textEffects.Count; i++) 285TextEffect textEffect = _textEffects[i];