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)
59
for (int i = 0; i <
_textRunVector
.Count; i++)
60
cchActive +=
_textRunVector
[i].length;
65
SpanRider textRunSpanRider = new SpanRider(
_textRunVector
, _latestPosition, textSourceCharacterIndex);
76
_latestPosition =
_textRunVector
.SetValue(
79
_textRunVector
.Default,
96
SpanRider textRunSpanRider = new SpanRider(
_textRunVector
, _latestPosition, cpFetch);
148
if (textRunSpanRider.CurrentElement !=
_textRunVector
.Default)
152
_latestPosition =
_textRunVector
.SetReference(
155
_textRunVector
.Default,
160
_latestPosition =
_textRunVector
.SetReference(cpFetch, textRun.Length, textRun, _latestPosition);
274
SpanRider textRunSpanRider = new SpanRider(
_textRunVector
, _latestPosition);
313
TextSpan<TextRun>[] textRunList = new TextSpan<TextRun>[
_textRunVector
.Count];
317
Span currentSpan =
_textRunVector
[i];