7 references to CompareTo
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedNode.cs (6)
170return CompareTo(fixedp); 224return fp1.CompareTo(fp2) < 0; 229return fp1.CompareTo(fp2) <= 0; 234return fp1.CompareTo(fp2) > 0; 239return fp1.CompareTo(fp2) >= 0; 262return (this.CompareTo(fixedp) == 0);
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
696if (element!=null && element.FixedNode.CompareTo(textRun.FixedNode) == 0)