8 references to GetExternalCp
PresentationCore (8)
MS\Internal\TextFormatting\FullTextLine.cs (6)
941
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + i, codepointsToNextCaretStop);
945
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + i, 0);
952
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + caretStopCount - 1, codepointsToNextCaretStop);
1339
caretStopIndex =
GetExternalCp
(lsTextCell.lscpStartCell);
1362
caretStopIndex =
GetExternalCp
(lscpVisisble);
1996
int cp =
GetExternalCp
(lscp);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2677
currentLine.
GetExternalCp
(cpFirst),
2759
currentLine.
GetExternalCp
(cpFirst),