3 references to IsSameLine
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
655!(FixedTextBuilder.IsSameLine(compareLine.BoundingRect.Top - textRunRect.Top, textRunRect.Height, compareLine.BoundingRect.Height)))
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
71if (FixedTextBuilder.IsSameLine(otherRect.Top - thisRect.Top, thisRect.Height, otherRect.Height))
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
887if (IsSameLine(currentPt.Y - prevPt.Y, box1.Height, box2.Height))