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