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;
120
get { return
_pap
; }
147
_textIndent =
_pap
.Indent;
165
return
_pap
.Wrap ? finiteFormatWidth : Constants.IdealInfiniteWidth;
177
formatWidth = formatWidth -
_pap
.ParagraphIndent;