1 write to _textRunVector
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
51_textRunVector = new SpanVector(null);
14 references to _textRunVector
PresentationCore (14)
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (14)
77for (int i = 0; i < _textRunVector.Count; i++) 78cchActive += _textRunVector[i].length; 83SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, textSourceCharacterIndex); 94_latestPosition = _textRunVector.SetValue( 97_textRunVector.Default, 114SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, cpFetch); 169if (textRunSpanRider.CurrentElement != _textRunVector.Default) 173_latestPosition = _textRunVector.SetReference( 176_textRunVector.Default, 181_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition); 295SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition); 334IList<TextSpan<TextRun>> textRunList = new List<TextSpan<TextRun>>(_textRunVector.Count); 336for (int i = 0; i < _textRunVector.Count; i++) 338Span currentSpan = _textRunVector[i];