4 overrides of LineHeight
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
296public override double LineHeight
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
51public override double LineHeight 341public override double LineHeight { get { return _lp.LineHeight; } } 417public override double LineHeight { get { return _lp.LineHeight; } }
4 references to LineHeight
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
265_lineHeight = textParagraphProperties.LineHeight;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
467ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphProperties.LineHeight, Constants.RealInfiniteWidth, "paragraphProperties.LineHeight");
MS\Internal\TextFormatting\TextProperties.cs (1)
42_height = TextFormatterImp.RealToIdeal(paragraphProperties.LineHeight);
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
417public override double LineHeight { get { return _lp.LineHeight; } }