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)
65SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, textSourceCharacterIndex); 80_latestPosition 96SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, cpFetch); 156_latestPosition 160_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition); 163textRunSpanRider.At(_latestPosition, cpFetch); 274SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition);