8 references to GetExternalCp
PresentationCore (8)
MS\Internal\TextFormatting\FullTextLine.cs (6)
940return new CharacterHit(GetExternalCp(lsTextCell.lscpStartCell) + i, codepointsToNextCaretStop); 944return new CharacterHit(GetExternalCp(lsTextCell.lscpStartCell) + i, 0); 951return new CharacterHit(GetExternalCp(lsTextCell.lscpStartCell) + caretStopCount - 1, codepointsToNextCaretStop); 1338caretStopIndex = GetExternalCp(lsTextCell.lscpStartCell); 1361caretStopIndex = GetExternalCp(lscpVisisble); 1995int cp = GetExternalCp(lscp);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2683currentLine.GetExternalCp(cpFirst), 2765currentLine.GetExternalCp(cpFirst),