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