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