1 write to _lp
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
384_lp = lp;
8 references to _lp
PresentationFramework (8)
MS\Internal\Text\LineProperties.cs (8)
335public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } } 340public override TextAlignment TextAlignment { get { return _lp.TextAlignment; } } 345public override double LineHeight { get { return _lp.LineHeight; } } 355public override TextRunProperties DefaultTextRunProperties { get { return _lp.DefaultTextRunProperties; } } 360public override TextDecorationCollection TextDecorations { get { return _lp.TextDecorations; } } 365public override TextWrapping TextWrapping { get { return _lp.TextWrapping; } } 370public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } } 375public override double Indent { get { return _lp._textIndent; } }