2 writes to lscpEndCell
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2492lsTextCell.lscpEndCell = lsTextCell.lscpStartCell; 2548lsTextCell.lscpEndCell = lsTextCell.lscpStartCell;
7 references to lscpEndCell
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
916int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1085int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1357&& lscpVisisble <= lsTextCell.lscpEndCell 1371offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1591if (lscpFirst > firstTextCell.lscpEndCell) 2480if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell) 2537if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell)