4 overrides of LineHeight
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
295public override double LineHeight
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
50public override double LineHeight 340public override double LineHeight { get { return _lp.LineHeight; } } 416public override double LineHeight { get { return _lp.LineHeight; } }
4 references to LineHeight
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
264_lineHeight = textParagraphProperties.LineHeight;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
466ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphProperties.LineHeight, Constants.RealInfiniteWidth, "paragraphProperties.LineHeight");
MS\Internal\TextFormatting\TextProperties.cs (1)
41_height = TextFormatterImp.RealToIdeal(paragraphProperties.LineHeight);
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
416public override double LineHeight { get { return _lp.LineHeight; } }