8 references to GetExternalCp
PresentationCore (8)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (6)
988
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + i, codepointsToNextCaretStop);
992
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + i, 0);
999
return new CharacterHit(
GetExternalCp
(lsTextCell.lscpStartCell) + caretStopCount - 1, codepointsToNextCaretStop);
1386
caretStopIndex =
GetExternalCp
(lsTextCell.lscpStartCell);
1409
caretStopIndex =
GetExternalCp
(lscpVisisble);
2046
int cp =
GetExternalCp
(lscp);
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2872
currentLine.
GetExternalCp
(cpFirst),
2959
currentLine.
GetExternalCp
(cpFirst),