1 write to _textIndent
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
127_textIndent = (double)element.GetValue(Paragraph.TextIndentProperty);
2 references to _textIndent
PresentationFramework (2)
MS\Internal\Text\LineProperties.cs (2)
272get { return (_markerProperties != null || !DoubleUtil.IsZero(_textIndent)); } 370public override double Indent { get { return _lp._textIndent; } }