7 writes to _latestPosition
PresentationCore (7)
MS\Internal\TextFormatting\TextRunCacheImp.cs (7)
35_latestPosition = new SpanPosition(); 67_latestPosition = textRunSpanRider.SpanPosition; 77_latestPosition = _textRunVector.SetValue( 98_latestPosition = textRunSpanRider.SpanPosition; 147_latestPosition = textRunSpanRider.SpanPosition; 153_latestPosition = _textRunVector.SetReference( 161_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition);
7 references to _latestPosition
PresentationCore (7)
MS\Internal\TextFormatting\TextRunCacheImp.cs (7)
66SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, textSourceCharacterIndex); 81_latestPosition 97SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition, cpFetch); 157_latestPosition 161_latestPosition = _textRunVector.SetReference(cpFetch, textRun.Length, textRun, _latestPosition); 164textRunSpanRider.At(_latestPosition, cpFetch); 275SpanRider textRunSpanRider = new SpanRider(_textRunVector, _latestPosition);