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