18 references to CurrentSpanStart
PresentationCore (18)
MS\Internal\TextFormatting\FullTextLine.cs (3)
1427lscpVisisble = _cpFirst + plsrunSpanRider.CurrentSpanStart; 1431lscpVisisble = _cpFirst + plsrunSpanRider.CurrentSpanStart - 1; // move to the end of previous span 2713return offsetToFirstCp + lscp - plsrunSpanRider.CurrentSpanStart;
MS\Internal\TextFormatting\TextRunCacheImp.cs (6)
78textRunSpanRider.CurrentSpanStart, 79cchActive - textRunSpanRider.CurrentSpanStart, 174offsetToFirstCp = textRunSpanRider.CurrentPosition - textRunSpanRider.CurrentSpanStart; 256|| textRunSpanRider.CurrentSpanStart - textRunSpanRider.CurrentPosition == 0) 291cpLimit - textRunSpanRider.CurrentSpanStart); 297cpLimit - textRunSpanRider.CurrentSpanStart, // cp length
MS\Internal\TextFormatting\TextStore.cs (7)
757lsrunOffset = offsetToFirstCp - rider.CurrentSpanStart; 1347- runInfoSpanRider.CurrentSpanStart // make relative to the the start of the runInfo 1376ichUniform + ichRun - runInfoSpanRider.CurrentSpanStart, 1415ichUniform + ichRun - runInfoSpanRider.CurrentSpanStart, 1814lscp - rider.CurrentSpanStart; 2124lscpLim = rider.CurrentSpanStart + _cpFirst; 2144int ichFirst = lsrun.OffsetToFirstChar + lscpChunk - _cpFirst - rider.CurrentSpanStart;
System\Windows\Media\FormattedText.cs (2)
1890new CharacterBufferReference(_that._text, thatFormatRider.CurrentSpanStart), 1891textSourceCharacterIndexLimit - thatFormatRider.CurrentSpanStart