2 writes to lscpEndCell
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2478lsTextCell.lscpEndCell = lsTextCell.lscpStartCell; 2534lsTextCell.lscpEndCell = lsTextCell.lscpStartCell;
7 references to lscpEndCell
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
902int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1071int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1343&& lscpVisisble <= lsTextCell.lscpEndCell 1357offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1577if (lscpFirst > firstTextCell.lscpEndCell) 2466if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell) 2523if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell)