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