4 overrides of LineHeight
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
299
public override double
LineHeight
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
58
public override double
LineHeight
348
public override double
LineHeight
{ get { return _lp.LineHeight; } }
424
public 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)
508
if (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)
424
public override double LineHeight { get { return _lp.
LineHeight
; } }