18 references to CurrentSpanStart
PresentationCore (18)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (3)
1475
lscpVisisble = _cpFirst + plsrunSpanRider.
CurrentSpanStart
;
1479
lscpVisisble = _cpFirst + plsrunSpanRider.
CurrentSpanStart
- 1; // move to the end of previous span
2790
return offsetToFirstCp + lscp - plsrunSpanRider.
CurrentSpanStart
;
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (6)
95
textRunSpanRider.
CurrentSpanStart
,
96
cchActive - textRunSpanRider.
CurrentSpanStart
,
194
offsetToFirstCp = textRunSpanRider.CurrentPosition - textRunSpanRider.
CurrentSpanStart
;
276
|| textRunSpanRider.
CurrentSpanStart
- textRunSpanRider.CurrentPosition == 0)
311
cpLimit - textRunSpanRider.
CurrentSpanStart
);
317
cpLimit - textRunSpanRider.
CurrentSpanStart
, // cp length
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (7)
783
lsrunOffset = offsetToFirstCp - rider.
CurrentSpanStart
;
1373
- runInfoSpanRider.
CurrentSpanStart
// make relative to the the start of the runInfo
1402
ichUniform + ichRun - runInfoSpanRider.
CurrentSpanStart
,
1441
ichUniform + ichRun - runInfoSpanRider.
CurrentSpanStart
,
1837
lscp - rider.
CurrentSpanStart
;
2147
lscpLim = rider.
CurrentSpanStart
+ _cpFirst;
2167
int ichFirst = lsrun.OffsetToFirstChar + lscpChunk - _cpFirst - rider.
CurrentSpanStart
;
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
1923
new CharacterBufferReference(_that._text, thatFormatRider.
CurrentSpanStart
),
1924
textSourceCharacterIndexLimit - thatFormatRider.
CurrentSpanStart