1 write to _lp
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
387
_lp
= lp;
8 references to _lp
PresentationFramework (8)
src\Framework\MS\Internal\Text\LineProperties.cs (8)
338
public override FlowDirection FlowDirection { get { return
_lp
.FlowDirection; } }
343
public override TextAlignment TextAlignment { get { return
_lp
.TextAlignment; } }
348
public override double LineHeight { get { return
_lp
.LineHeight; } }
358
public override TextRunProperties DefaultTextRunProperties { get { return
_lp
.DefaultTextRunProperties; } }
363
public override TextDecorationCollection TextDecorations { get { return
_lp
.TextDecorations; } }
368
public override TextWrapping TextWrapping { get { return
_lp
.TextWrapping; } }
373
public override TextMarkerProperties TextMarkerProperties { get { return
_lp
.TextMarkerProperties; } }
378
public override double Indent { get { return
_lp
._textIndent; } }