1 write to _pap
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (1)
61_pap = pap;
5 references to _pap
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (5)
69_textIndent = _pap.Indent; 120get { return _pap; } 147_textIndent = _pap.Indent; 165return _pap.Wrap ? finiteFormatWidth : Constants.IdealInfiniteWidth; 177formatWidth = formatWidth - _pap.ParagraphIndent;