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)
77
for (int i = 0; i <
_textRunVector
.Count; i++)
78
cchActive +=
_textRunVector
[i].length;
83
SpanRider textRunSpanRider = new SpanRider(
_textRunVector
, _latestPosition, textSourceCharacterIndex);
94
_latestPosition =
_textRunVector
.SetValue(
97
_textRunVector
.Default,
114
SpanRider textRunSpanRider = new SpanRider(
_textRunVector
, _latestPosition, cpFetch);
169
if (textRunSpanRider.CurrentElement !=
_textRunVector
.Default)
173
_latestPosition =
_textRunVector
.SetReference(
176
_textRunVector
.Default,
181
_latestPosition =
_textRunVector
.SetReference(cpFetch, textRun.Length, textRun, _latestPosition);
295
SpanRider textRunSpanRider = new SpanRider(
_textRunVector
, _latestPosition);
334
IList<TextSpan<TextRun>> textRunList = new List<TextSpan<TextRun>>(
_textRunVector
.Count);
336
for (int i = 0; i <
_textRunVector
.Count; i++)
338
Span currentSpan =
_textRunVector
[i];