3 references to xGapAwareScan
PresentationFramework (3)
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
793
if (!
xGapAwareScan
(newTp, distance))
832
moved =
xGapAwareScan
(thisTp, (direction == LogicalDirection.Forward ? 1 : -1));
841
return
xGapAwareScan
(thisTp, distance);