1 write to _plsrunVector
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
384_plsrunVector = store.PlsrunVector;
7 references to _plsrunVector
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
1390SpanRider plsrunSpanRider = new SpanRider(_plsrunVector); 1979SpanRider plsrunSpanRider = new SpanRider(_plsrunVector); 2057if (_plsrunVector == null) 2069for (int i = 0; i < _plsrunVector.Count && cchLeft > 0; i++) 2071Span plsrunSpan = _plsrunVector[i]; 2670foreach(Span span in _plsrunVector) 2706SpanRider plsrunSpanRider = new SpanRider(_plsrunVector);