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