1 write to _plsrunVector
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
397_plsrunVector = store.PlsrunVector;
7 references to _plsrunVector
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
1403SpanRider plsrunSpanRider = new SpanRider(_plsrunVector); 1992SpanRider plsrunSpanRider = new SpanRider(_plsrunVector); 2070if (_plsrunVector == null) 2082for (int i = 0; i < _plsrunVector.Count && cchLeft > 0; i++) 2084Span plsrunSpan = _plsrunVector[i]; 2683foreach(Span span in _plsrunVector) 2719SpanRider plsrunSpanRider = new SpanRider(_plsrunVector);