1 write to _textRunVector
PresentationCore (1)
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
33_textRunVector = new SpanVector(null);
13 references to _textRunVector
PresentationCore (13)
MS\Internal\TextFormatting\TextRunCacheImp.cs (13)
59for (int i = 0; i < _textRunVector.Count; i++) 60cchActive += _textRunVector[i].length; 65SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, textSourceCharacterIndex); 76_latestPosition = _textRunVector.SetValue( 79_textRunVector.Default, 96SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, cpFetch); 148if (textRunSpanRider.CurrentElement != _textRunVector.Default) 152_latestPosition = _textRunVector.SetReference( 155_textRunVector.Default, 160_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition); 274SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition); 313TextSpan<TextRun>[] textRunList = new TextSpan<TextRun>[_textRunVector.Count]; 317Span currentSpan = _textRunVector[i];