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)
338public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } } 343public override TextAlignment TextAlignment { get { return _lp.TextAlignment; } } 348public override double LineHeight { get { return _lp.LineHeight; } } 358public override TextRunProperties DefaultTextRunProperties { get { return _lp.DefaultTextRunProperties; } } 363public override TextDecorationCollection TextDecorations { get { return _lp.TextDecorations; } } 368public override TextWrapping TextWrapping { get { return _lp.TextWrapping; } } 373public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } } 378public override double Indent { get { return _lp._textIndent; } }