1 write to _plsrunVector
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
383_plsrunVector = store.PlsrunVector;
7 references to _plsrunVector
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
1389SpanRider plsrunSpanRider = new SpanRider(_plsrunVector); 1978SpanRider plsrunSpanRider = new SpanRider(_plsrunVector); 2056if (_plsrunVector == null) 2068for (int i = 0; i < _plsrunVector.Count && cchLeft > 0; i++) 2070Span plsrunSpan = _plsrunVector[i]; 2669foreach(Span span in _plsrunVector) 2705SpanRider plsrunSpanRider = new SpanRider(_plsrunVector);