1 write to _textRunVector
PresentationCore (1)
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
48_textRunVector = new SpanVector(null);
13 references to _textRunVector
PresentationCore (13)
MS\Internal\TextFormatting\TextRunCacheImp.cs (13)
74for (int i = 0; i < _textRunVector.Count; i++) 75cchActive += _textRunVector[i].length; 80SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, textSourceCharacterIndex); 91_latestPosition = _textRunVector.SetValue( 94_textRunVector.Default, 111SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, cpFetch); 163if (textRunSpanRider.CurrentElement != _textRunVector.Default) 167_latestPosition = _textRunVector.SetReference( 170_textRunVector.Default, 175_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition); 289SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition); 328TextSpan<TextRun>[] textRunList = new TextSpan<TextRun>[_textRunVector.Count]; 332Span currentSpan = _textRunVector[i];