2 writes to lscpEndCell
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2546lsTextCell.lscpEndCell = lsTextCell.lscpStartCell; 2609lsTextCell.lscpEndCell = lsTextCell.lscpStartCell;
7 references to lscpEndCell
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (7)
949int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1118int caretStopCount = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1390&& lscpVisisble <= lsTextCell.lscpEndCell 1404offsetToNextCaretStopIndex = lsTextCell.lscpEndCell + 1 - lsTextCell.lscpStartCell; 1627if (lscpFirst > firstTextCell.lscpEndCell) 2534if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell) 2597if (lsTextCell.lscpEndCell < lsTextCell.lscpStartCell)