6 references to TextIndent
PresentationFramework (6)
System\Windows\Documents\Paragraph.cs (1)
99
/// DependencyProperty for <see cref="
TextIndent
" /> property.
System\windows\Documents\TextEditorLists.cs (4)
248
if (paragraph.
TextIndent
< 0)
253
else if (paragraph.
TextIndent
< 20)
304
if (paragraph.
TextIndent
> 20)
309
else if (paragraph.
TextIndent
> 0)
System\windows\Documents\TextEditorTyping.cs (1)
787
(paragraphOrBlockUIContainer is Paragraph && ((Paragraph)paragraphOrBlockUIContainer).
TextIndent
> 0);