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