8 references to GetInternalOffset
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (7)
475return CreatePointerAtOffset(GetInternalOffset(position) - 1, direction); 547return GetInternalOffset(position2) - GetInternalOffset(position1); 609int positionOffset = GetInternalOffset(position) - 1; // -1 to convert to external offset. 674offsetThis = GetInternalOffset(position1); 675offsetPosition = GetInternalOffset(position2); 699offsetThis = GetInternalOffset(position1);
System\Windows\Documents\TextPointer.cs (1)
2360offsetPosition = TextContainer.GetInternalOffset(position);