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)
60
for (int i = 0; i <
_textRunVector
.Count; i++)
61
cchActive +=
_textRunVector
[i].length;
66
SpanRider textRunSpanRider = new SpanRider(
_textRunVector
, _latestPosition, textSourceCharacterIndex);
77
_latestPosition =
_textRunVector
.SetValue(
80
_textRunVector
.Default,
97
SpanRider textRunSpanRider = new SpanRider(
_textRunVector
, _latestPosition, cpFetch);
149
if (textRunSpanRider.CurrentElement !=
_textRunVector
.Default)
153
_latestPosition =
_textRunVector
.SetReference(
156
_textRunVector
.Default,
161
_latestPosition =
_textRunVector
.SetReference(cpFetch, textRun.Length, textRun, _latestPosition);
275
SpanRider textRunSpanRider = new SpanRider(
_textRunVector
, _latestPosition);
314
TextSpan<TextRun>[] textRunList = new TextSpan<TextRun>[
_textRunVector
.Count];
318
Span currentSpan =
_textRunVector
[i];