8 references to GetInternalOffset
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextContainer.cs (7)
495return CreatePointerAtOffset(GetInternalOffset(position) - 1, direction); 567return GetInternalOffset(position2) - GetInternalOffset(position1); 629int positionOffset = GetInternalOffset(position) - 1; // -1 to convert to external offset. 694offsetThis = GetInternalOffset(position1); 695offsetPosition = GetInternalOffset(position2); 719offsetThis = GetInternalOffset(position1);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2385offsetPosition = TextContainer.GetInternalOffset(position);