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