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