8 references to GetInternalOffset
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (7)
474return CreatePointerAtOffset(GetInternalOffset(position) - 1, direction); 546return GetInternalOffset(position2) - GetInternalOffset(position1); 608int positionOffset = GetInternalOffset(position) - 1; // -1 to convert to external offset. 673offsetThis = GetInternalOffset(position1); 674offsetPosition = GetInternalOffset(position2); 698offsetThis = GetInternalOffset(position1);
System\Windows\Documents\TextPointer.cs (1)
2359offsetPosition = TextContainer.GetInternalOffset(position);