Implemented interface member:
method
CompareTo
System.IComparable.CompareTo(System.Object)
2 references to CompareTo
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
483Debug.Assert(pStart.CompareTo(pEnd) < 0);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
75return _flowPosition.CompareTo(ftp.FlowPosition);