3 references to xGapAwareCompareTo
PresentationFramework (3)
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
600
return
xGapAwareCompareTo
(thisTp, tp);
611
int comp =
xGapAwareCompareTo
(thisTp, tp);
988
Debug.Assert(
xGapAwareCompareTo
(tp1, tp2) <= 0);