1 write to _textEffects
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
109_textEffects = textEffects;
3 references to _textEffects
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesRun.cs (3)
264if (_textEffects != null) 267for (int i = 0; i < _textEffects.Count; i++) 270TextEffect textEffect = _textEffects[i];