1 write to _lp
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
469
_lp
= lp;
9 references to _lp
PresentationFramework (9)
src\Framework\MS\Internal\Text\LineProperties.cs (9)
414
public override FlowDirection FlowDirection { get { return
_lp
.FlowDirection; } }
419
public override TextAlignment TextAlignment { get { return
_lp
.TextAlignment; } }
424
public override double LineHeight { get { return
_lp
.LineHeight; } }
429
public override bool FirstLineInParagraph { get { return
_lp
.FirstLineInParagraph; } }
434
public override bool AlwaysCollapsible { get { return
_lp
.AlwaysCollapsible; } }
439
public override TextRunProperties DefaultTextRunProperties { get { return
_lp
.DefaultTextRunProperties; } }
444
public override TextDecorationCollection TextDecorations { get { return
_lp
.TextDecorations; } }
455
public override TextMarkerProperties TextMarkerProperties { get { return
_lp
.TextMarkerProperties; } }
460
public override double Indent { get { return
_lp
.Indent; } }