18 references to CurrentSpanStart
PresentationCore (18)
MS\Internal\TextFormatting\FullTextLine.cs (3)
1428
lscpVisisble = _cpFirst + plsrunSpanRider.
CurrentSpanStart
;
1432
lscpVisisble = _cpFirst + plsrunSpanRider.
CurrentSpanStart
- 1; // move to the end of previous span
2714
return offsetToFirstCp + lscp - plsrunSpanRider.
CurrentSpanStart
;
MS\Internal\TextFormatting\TextRunCacheImp.cs (6)
77
textRunSpanRider.
CurrentSpanStart
,
78
cchActive - textRunSpanRider.
CurrentSpanStart
,
173
offsetToFirstCp = textRunSpanRider.CurrentPosition - textRunSpanRider.
CurrentSpanStart
;
255
|| textRunSpanRider.
CurrentSpanStart
- textRunSpanRider.CurrentPosition == 0)
290
cpLimit - textRunSpanRider.
CurrentSpanStart
);
296
cpLimit - textRunSpanRider.
CurrentSpanStart
, // cp length
MS\Internal\TextFormatting\TextStore.cs (7)
756
lsrunOffset = offsetToFirstCp - rider.
CurrentSpanStart
;
1346
- runInfoSpanRider.
CurrentSpanStart
// make relative to the the start of the runInfo
1375
ichUniform + ichRun - runInfoSpanRider.
CurrentSpanStart
,
1414
ichUniform + ichRun - runInfoSpanRider.
CurrentSpanStart
,
1813
lscp - rider.
CurrentSpanStart
;
2123
lscpLim = rider.
CurrentSpanStart
+ _cpFirst;
2143
int ichFirst = lsrun.OffsetToFirstChar + lscpChunk - _cpFirst - rider.
CurrentSpanStart
;
System\Windows\Media\FormattedText.cs (2)
1869
new CharacterBufferReference(_that._text, thatFormatRider.
CurrentSpanStart
),
1870
textSourceCharacterIndexLimit - thatFormatRider.
CurrentSpanStart