2 writes to lscpEndCell
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2479lsTextCell.lscpEndCell = lsTextCell.lscpStartCell; 2535lsTextCell.lscpEndCell = lsTextCell.lscpStartCell;
7 references to lscpEndCell
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
903int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1072int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1344&& lscpVisisble <= lsTextCell.lscpEndCell 1358offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1578if (lscpFirst > firstTextCell.lscpEndCell) 2467if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell) 2524if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell)