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