4 references to GetInternalCp
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (4)
1026int lscpCurrent = GetInternalCp(characterHit.FirstCharacterIndex); 1322int lscpVisisble = GetInternalCp(currentIndex); 1521int lscpFirst = GetInternalCp(firstTextSourceCharacterIndex); 1543int lscpEnd = GetInternalCp(firstTextSourceCharacterIndex + textLength - 1);