3 references to xGapAwareCompareTo
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
614
return
xGapAwareCompareTo
(thisTp, tp);
625
int comp =
xGapAwareCompareTo
(thisTp, tp);
1015
Debug.Assert(
xGapAwareCompareTo
(tp1, tp2) <= 0);