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