14 references to lscpStartCell
PresentationCore (14)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (14)
949int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 988return new CharacterHit(GetExternalCp(lsTextCell.lscpStartCell) + i, codepointsToNextCaretStop); 992return new CharacterHit(GetExternalCp(lsTextCell.lscpStartCell) + i, 0); 999return new CharacterHit(GetExternalCp(lsTextCell.lscpStartCell) + caretStopCount - 1, codepointsToNextCaretStop); 1118int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1119int codepointsFromStartCell = lscpCurrent - lsTextCell.lscpStartCell; 1386caretStopIndex = GetExternalCp(lsTextCell.lscpStartCell); 1389&& lscpVisisble >= lsTextCell.lscpStartCell 1404offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1633if (lscpEnd < lastTextCell.lscpStartCell) 2534if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell) 2546lsTextCell.lscpEndCell = lsTextCell.lscpStartCell; 2597if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell) 2609lsTextCell.lscpEndCell = lsTextCell.lscpStartCell;