2 writes to lscpEndCell
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2477lsTextCell.lscpEndCell = lsTextCell.lscpStartCell; 2533lsTextCell.lscpEndCell = lsTextCell.lscpStartCell;
7 references to lscpEndCell
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
901int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1070int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1342&& lscpVisisble <= lsTextCell.lscpEndCell 1356offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1576if (lscpFirst > firstTextCell.lscpEndCell) 2465if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell) 2522if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell)