1 write to _plsrunVector
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
420_plsrunVector = store.PlsrunVector;
7 references to _plsrunVector
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (7)
1436SpanRider plsrunSpanRider = new SpanRider(_plsrunVector); 2028SpanRider plsrunSpanRider = new SpanRider(_plsrunVector); 2106if (_plsrunVector == null) 2118for (int i = 0; i < _plsrunVector.Count && cchLeft > 0; i++) 2120Span plsrunSpan = _plsrunVector[i]; 2744foreach(Span span in _plsrunVector) 2780SpanRider plsrunSpanRider = new SpanRider(_plsrunVector);