14 references to lscpStartCell
PresentationCore (14)
MS\Internal\TextFormatting\FullTextLine.cs (14)
916int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 955return new CharacterHit(GetExternalCp(lsTextCell.lscpStartCell) + i, codepointsToNextCaretStop); 959return new CharacterHit(GetExternalCp(lsTextCell.lscpStartCell) + i, 0); 966return new CharacterHit(GetExternalCp(lsTextCell.lscpStartCell) + caretStopCount - 1, codepointsToNextCaretStop); 1085int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1086int codepointsFromStartCell = lscpCurrent - lsTextCell.lscpStartCell; 1353caretStopIndex = GetExternalCp(lsTextCell.lscpStartCell); 1356&& lscpVisisble >= lsTextCell.lscpStartCell 1371offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1597if (lscpEnd < lastTextCell.lscpStartCell) 2480if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell) 2492lsTextCell.lscpEndCell = lsTextCell.lscpStartCell; 2537if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell) 2548lsTextCell.lscpEndCell = lsTextCell.lscpStartCell;