4 references to BlockLineHeight
PresentationFramework (4)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
62
if (LineStackingStrategy == LineStackingStrategy.
BlockLineHeight
&& !Double.IsNaN(_lineHeight))
174
case LineStackingStrategy.
BlockLineHeight
:
216
case LineStackingStrategy.
BlockLineHeight
:
src\Framework\System\Windows\Documents\Block.cs (1)
534
|| value == LineStackingStrategy.
BlockLineHeight
);