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