7 references to CompareTo
PresentationFramework (7)
System\Windows\Documents\FixedNode.cs (6)
158return CompareTo(fixedp); 212return fp1.CompareTo(fp2) < 0; 217return fp1.CompareTo(fp2) <= 0; 222return fp1.CompareTo(fp2) > 0; 227return fp1.CompareTo(fp2) >= 0; 250return (this.CompareTo(fixedp) == 0);
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
686if (element!=null && element.FixedNode.CompareTo(textRun.FixedNode) == 0)