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