3 references to xGapAwareScan
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
806
if (!
xGapAwareScan
(newTp, distance))
845
moved =
xGapAwareScan
(thisTp, (direction == LogicalDirection.Forward ? 1 : -1));
854
return
xGapAwareScan
(thisTp, distance);