3 references to ParagraphIndent
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (1)
177
formatWidth = formatWidth - _pap.
ParagraphIndent
;
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
105
|| pap.
ParagraphIndent
!= 0
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
285
_paragraphToText = pap.
ParagraphIndent
+ _textStart;