7 references to CompareTo
PresentationFramework (7)
System\Windows\Documents\FixedNode.cs (6)
155return CompareTo(fixedp); 209return fp1.CompareTo(fp2) < 0; 214return fp1.CompareTo(fp2) <= 0; 219return fp1.CompareTo(fp2) > 0; 224return fp1.CompareTo(fp2) >= 0; 247return (this.CompareTo(fixedp) == 0);
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
682if (element!=null && element.FixedNode.CompareTo(textRun.FixedNode) == 0)