4 references to GetInternalCp
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (4)
1024int lscpCurrent = GetInternalCp(characterHit.FirstCharacterIndex); 1320int lscpVisisble = GetInternalCp(currentIndex); 1519int lscpFirst = GetInternalCp(firstTextSourceCharacterIndex); 1541int lscpEnd = GetInternalCp(firstTextSourceCharacterIndex + textLength - 1);