7 writes to _latestPosition
PresentationCore (7)
MS\Internal\TextFormatting\TextRunCacheImp.cs (7)
34
_latestPosition
= new SpanPosition();
66
_latestPosition
= textRunSpanRider.SpanPosition;
76
_latestPosition
= _textRunVector.SetValue(
97
_latestPosition
= textRunSpanRider.SpanPosition;
146
_latestPosition
= textRunSpanRider.SpanPosition;
152
_latestPosition
= _textRunVector.SetReference(
160
_latestPosition
= _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition);
7 references to _latestPosition
PresentationCore (7)
MS\Internal\TextFormatting\TextRunCacheImp.cs (7)
65
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
, textSourceCharacterIndex);
80
_latestPosition
96
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
, cpFetch);
156
_latestPosition
160
_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun,
_latestPosition
);
163
textRunSpanRider.At(
_latestPosition
, cpFetch);
274
SpanRider textRunSpanRider = new SpanRider(_textRunVector,
_latestPosition
);