14 references to lscpStartCell
PresentationCore (14)
MS\Internal\TextFormatting\FullTextLine.cs (14)
902
int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
941
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + i, codepointsToNextCaretStop);
945
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + i, 0);
952
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + caretStopCount - 1, codepointsToNextCaretStop);
1071
int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
1072
int codepointsFromStartCell = lscpCurrent - lsTextCell.
lscpStartCell
;
1339
caretStopIndex = GetExternalCp(lsTextCell.
lscpStartCell
);
1342
&& lscpVisisble >= lsTextCell.
lscpStartCell
1357
offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
1583
if (lscpEnd < lastTextCell.
lscpStartCell
)
2466
if (lsTextCell.lscpEndCell < lsTextCell.
lscpStartCell
)
2478
lsTextCell.lscpEndCell = lsTextCell.
lscpStartCell
;
2523
if (lsTextCell.lscpEndCell < lsTextCell.
lscpStartCell
)
2534
lsTextCell.lscpEndCell = lsTextCell.
lscpStartCell
;