4 overrides of LineHeight
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
296
public override double
LineHeight
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
51
public override double
LineHeight
341
public override double
LineHeight
{ get { return _lp.LineHeight; } }
417
public 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)
467
ArgumentOutOfRangeException.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)
417
public override double LineHeight { get { return _lp.
LineHeight
; } }