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