8 references to GetInternalOffset
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (7)
480return CreatePointerAtOffset(GetInternalOffset(position) - 1, direction); 552return GetInternalOffset(position2) - GetInternalOffset(position1); 614int positionOffset = GetInternalOffset(position) - 1; // -1 to convert to external offset. 679offsetThis = GetInternalOffset(position1); 680offsetPosition = GetInternalOffset(position2); 704offsetThis = GetInternalOffset(position1);
System\Windows\Documents\TextPointer.cs (1)
2365offsetPosition = TextContainer.GetInternalOffset(position);