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