14 references to lscpStartCell
PresentationCore (14)
MS\Internal\TextFormatting\FullTextLine.cs (14)
903
int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
942
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + i, codepointsToNextCaretStop);
946
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + i, 0);
953
return new CharacterHit(GetExternalCp(lsTextCell.
lscpStartCell
) + caretStopCount - 1, codepointsToNextCaretStop);
1072
int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
1073
int codepointsFromStartCell = lscpCurrent - lsTextCell.
lscpStartCell
;
1340
caretStopIndex = GetExternalCp(lsTextCell.
lscpStartCell
);
1343
&& lscpVisisble >= lsTextCell.
lscpStartCell
1358
offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.
lscpStartCell
;
1584
if (lscpEnd < lastTextCell.
lscpStartCell
)
2467
if (lsTextCell.lscpEndCell < lsTextCell.
lscpStartCell
)
2479
lsTextCell.lscpEndCell = lsTextCell.
lscpStartCell
;
2524
if (lsTextCell.lscpEndCell < lsTextCell.
lscpStartCell
)
2535
lsTextCell.lscpEndCell = lsTextCell.
lscpStartCell
;