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