4 references to GetInternalCp
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (4)
1025int lscpCurrent = GetInternalCp(characterHit.FirstCharacterIndex); 1321int lscpVisisble = GetInternalCp(currentIndex); 1520int lscpFirst = GetInternalCp(firstTextSourceCharacterIndex); 1542int lscpEnd = GetInternalCp(firstTextSourceCharacterIndex + textLength - 1);