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)
414public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } } 419public override TextAlignment TextAlignment { get { return _lp.TextAlignment; } } 424public override double LineHeight { get { return _lp.LineHeight; } } 429public override bool FirstLineInParagraph { get { return _lp.FirstLineInParagraph; } } 434public override bool AlwaysCollapsible { get { return _lp.AlwaysCollapsible; } } 439public override TextRunProperties DefaultTextRunProperties { get { return _lp.DefaultTextRunProperties; } } 444public override TextDecorationCollection TextDecorations { get { return _lp.TextDecorations; } } 455public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } } 460public override double Indent { get { return _lp.Indent; } }