14 references to lscpStartCell
PresentationCore (14)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (14)
949
int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
988
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + i, codepointsToNextCaretStop);
992
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + i, 0);
999
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + caretStopCount - 1, codepointsToNextCaretStop);
1118
int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
1119
int codepointsFromStartCell = lscpCurrent - lsTextCell.
lscpStartCell
;
1386
caretStopIndex = GetExternalCp(lsTextCell.
lscpStartCell
);
1389
&& lscpVisisble >= lsTextCell.
lscpStartCell
1404
offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
1633
if (lscpEnd < lastTextCell.
lscpStartCell
)
2534
if (lsTextCell.lscpEndCell < lsTextCell.
lscpStartCell
)
2546
lsTextCell.lscpEndCell = lsTextCell.
lscpStartCell
;
2597
if (lsTextCell.lscpEndCell < lsTextCell.
lscpStartCell
)
2609
lsTextCell.lscpEndCell = lsTextCell.
lscpStartCell
;