1 write to _textRunVector
PresentationCore (1)
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
34_textRunVector = new SpanVector(null);
13 references to _textRunVector
PresentationCore (13)
MS\Internal\TextFormatting\TextRunCacheImp.cs (13)
60for (int i = 0; i < _textRunVector.Count; i++) 61cchActive += _textRunVector[i].length; 66SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, textSourceCharacterIndex); 77_latestPosition = _textRunVector.SetValue( 80_textRunVector.Default, 97SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, cpFetch); 149if (textRunSpanRider.CurrentElement != _textRunVector.Default) 153_latestPosition = _textRunVector.SetReference( 156_textRunVector.Default, 161_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition); 275SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition); 314TextSpan<TextRun>[] textRunList = new TextSpan<TextRun>[_textRunVector.Count]; 318Span currentSpan = _textRunVector[i];