1 write to _lp
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
462
_lp
= lp;
9 references to _lp
PresentationFramework (9)
MS\Internal\Text\LineProperties.cs (9)
407
public override FlowDirection FlowDirection { get { return
_lp
.FlowDirection; } }
412
public override TextAlignment TextAlignment { get { return
_lp
.TextAlignment; } }
417
public override double LineHeight { get { return
_lp
.LineHeight; } }
422
public override bool FirstLineInParagraph { get { return
_lp
.FirstLineInParagraph; } }
427
public override bool AlwaysCollapsible { get { return
_lp
.AlwaysCollapsible; } }
432
public override TextRunProperties DefaultTextRunProperties { get { return
_lp
.DefaultTextRunProperties; } }
437
public override TextDecorationCollection TextDecorations { get { return
_lp
.TextDecorations; } }
448
public override TextMarkerProperties TextMarkerProperties { get { return
_lp
.TextMarkerProperties; } }
453
public override double Indent { get { return
_lp
.Indent; } }