8 references to GetExternalCp
PresentationCore (8)
MS\Internal\TextFormatting\FullTextLine.cs (6)
942
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + i, codepointsToNextCaretStop);
946
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + i, 0);
953
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + caretStopCount - 1, codepointsToNextCaretStop);
1340
caretStopIndex =
GetExternalCp
(lsTextCell.lscpStartCell);
1363
caretStopIndex =
GetExternalCp
(lscpVisisble);
1997
int cp =
GetExternalCp
(lscp);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2678
currentLine.
GetExternalCp
(cpFirst),
2760
currentLine.
GetExternalCp
(cpFirst),