3 references to LineHeight
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
642Debug.Assert(textRunRect.Height != 0 && fixedBlock.LineHeight != 0); 648double ratio = fixedBlock.LineHeight / textRunRect.Height; 668double heightRatio = fixedBlock.LineHeight / textRunRect.Height;