4 references to GetInternalCp
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (4)
1072int lscpCurrent = GetInternalCp(characterHit.FirstCharacterIndex); 1368int lscpVisisble = GetInternalCp(currentIndex); 1570int lscpFirst = GetInternalCp(firstTextSourceCharacterIndex); 1592int lscpEnd = GetInternalCp(firstTextSourceCharacterIndex + textLength - 1);