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