1 write to _lp
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
466
_lp
= lp;
9 references to _lp
PresentationFramework (9)
MS\Internal\Text\LineProperties.cs (9)
411
public override FlowDirection FlowDirection { get { return
_lp
.FlowDirection; } }
416
public override TextAlignment TextAlignment { get { return
_lp
.TextAlignment; } }
421
public override double LineHeight { get { return
_lp
.LineHeight; } }
426
public override bool FirstLineInParagraph { get { return
_lp
.FirstLineInParagraph; } }
431
public override bool AlwaysCollapsible { get { return
_lp
.AlwaysCollapsible; } }
436
public override TextRunProperties DefaultTextRunProperties { get { return
_lp
.DefaultTextRunProperties; } }
441
public override TextDecorationCollection TextDecorations { get { return
_lp
.TextDecorations; } }
452
public override TextMarkerProperties TextMarkerProperties { get { return
_lp
.TextMarkerProperties; } }
457
public override double Indent { get { return
_lp
.Indent; } }