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