3 references to LineHeight
PresentationFramework (3)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
628
Debug.Assert(textRunRect.Height != 0 && fixedBlock.
LineHeight
!= 0);
634
double ratio = fixedBlock.
LineHeight
/ textRunRect.Height;
654
double heightRatio = fixedBlock.
LineHeight
/ textRunRect.Height;