1 write to _lp
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
380
_lp
= lp;
8 references to _lp
PresentationFramework (8)
MS\Internal\Text\LineProperties.cs (8)
331
public override FlowDirection FlowDirection { get { return
_lp
.FlowDirection; } }
336
public override TextAlignment TextAlignment { get { return
_lp
.TextAlignment; } }
341
public override double LineHeight { get { return
_lp
.LineHeight; } }
351
public override TextRunProperties DefaultTextRunProperties { get { return
_lp
.DefaultTextRunProperties; } }
356
public override TextDecorationCollection TextDecorations { get { return
_lp
.TextDecorations; } }
361
public override TextWrapping TextWrapping { get { return
_lp
.TextWrapping; } }
366
public override TextMarkerProperties TextMarkerProperties { get { return
_lp
.TextMarkerProperties; } }
371
public override double Indent { get { return
_lp
._textIndent; } }