2 writes to lscpEndCell
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2477
lsTextCell.
lscpEndCell
= lsTextCell.lscpStartCell;
2533
lsTextCell.
lscpEndCell
= lsTextCell.lscpStartCell;
7 references to lscpEndCell
PresentationCore (7)
MS\Internal\TextFormatting\FullTextLine.cs (7)
901
int caretStopCount = lsTextCell.
lscpEndCell
+ 1 - lsTextCell.lscpStartCell;
1070
int caretStopCount = lsTextCell.
lscpEndCell
+ 1 - lsTextCell.lscpStartCell;
1342
&& lscpVisisble <= lsTextCell.
lscpEndCell
1356
offsetToNextCaretStopIndex = lsTextCell.
lscpEndCell
+ 1 - lsTextCell.lscpStartCell;
1576
if (lscpFirst > firstTextCell.
lscpEndCell
)
2465
if (lsTextCell.
lscpEndCell
< lsTextCell.lscpStartCell)
2522
if (lsTextCell.
lscpEndCell
< lsTextCell.lscpStartCell)