4 references to GetInternalCp
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (4)
1039int lscpCurrent = GetInternalCp(characterHit.FirstCharacterIndex); 1335int lscpVisisble = GetInternalCp(currentIndex); 1534int lscpFirst = GetInternalCp(firstTextSourceCharacterIndex); 1556int lscpEnd = GetInternalCp(firstTextSourceCharacterIndex + textLength - 1);