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