7 references to CompareTo
PresentationFramework (7)
System\Windows\Documents\FixedNode.cs (6)
156return CompareTo(fixedp); 210return fp1.CompareTo(fp2) < 0; 215return fp1.CompareTo(fp2) <= 0; 220return fp1.CompareTo(fp2) > 0; 225return fp1.CompareTo(fp2) >= 0; 248return (this.CompareTo(fixedp) == 0);
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
681if (element!=null && element.FixedNode.CompareTo(textRun.FixedNode) == 0)