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)
267if (paragraph.TextIndent < 0) 272else if (paragraph.TextIndent < 20) 323if (paragraph.TextIndent > 20) 328else if (paragraph.TextIndent > 0)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
823(paragraphOrBlockUIContainer is Paragraph && ((Paragraph)paragraphOrBlockUIContainer).TextIndent > 0);