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