6 references to TextIndent
PresentationFramework (6)
src\Framework\System\Windows\Documents\Paragraph.cs (1)
107
/// DependencyProperty for <see cref="
TextIndent
" /> property.
src\Framework\System\windows\Documents\TextEditorLists.cs (4)
267
if (paragraph.
TextIndent
< 0)
272
else if (paragraph.
TextIndent
< 20)
323
if (paragraph.
TextIndent
> 20)
328
else if (paragraph.
TextIndent
> 0)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
823
(paragraphOrBlockUIContainer is Paragraph && ((Paragraph)paragraphOrBlockUIContainer).
TextIndent
> 0);