8 references to GetExternalCp
PresentationCore (8)
MS\Internal\TextFormatting\FullTextLine.cs (6)
955
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + i, codepointsToNextCaretStop);
959
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + i, 0);
966
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + caretStopCount - 1, codepointsToNextCaretStop);
1353
caretStopIndex =
GetExternalCp
(lsTextCell.lscpStartCell);
1376
caretStopIndex =
GetExternalCp
(lscpVisisble);
2010
int cp =
GetExternalCp
(lscp);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2702
currentLine.
GetExternalCp
(cpFirst),
2784
currentLine.
GetExternalCp
(cpFirst),