14 references to lscpStartCell
PresentationCore (14)
MS\Internal\TextFormatting\FullTextLine.cs (14)
901
int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
940
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + i, codepointsToNextCaretStop);
944
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + i, 0);
951
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + caretStopCount - 1, codepointsToNextCaretStop);
1070
int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
1071
int codepointsFromStartCell = lscpCurrent - lsTextCell.
lscpStartCell
;
1338
caretStopIndex = GetExternalCp(lsTextCell.
lscpStartCell
);
1341
&& lscpVisisble >= lsTextCell.
lscpStartCell
1356
offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
1582
if (lscpEnd < lastTextCell.
lscpStartCell
)
2465
if (lsTextCell.lscpEndCell < lsTextCell.
lscpStartCell
)
2477
lsTextCell.lscpEndCell = lsTextCell.
lscpStartCell
;
2522
if (lsTextCell.lscpEndCell < lsTextCell.
lscpStartCell
)
2533
lsTextCell.lscpEndCell = lsTextCell.
lscpStartCell
;