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