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