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