4 overrides of LineHeight
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
299public override double LineHeight
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
58public override double LineHeight 348public override double LineHeight { get { return _lp.LineHeight; } } 424public override double LineHeight { get { return _lp.LineHeight; } }
4 references to LineHeight
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
268_lineHeight = textParagraphProperties.LineHeight;
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
508if (paragraphProperties.LineHeight > Constants.RealInfiniteWidth)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
50_height = TextFormatterImp.RealToIdeal(paragraphProperties.LineHeight);
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
424public override double LineHeight { get { return _lp.LineHeight; } }