6 references to TextIndent
PresentationFramework (6)
System\Windows\Documents\Paragraph.cs (1)
100/// DependencyProperty for <see cref="TextIndent" /> property.
System\windows\Documents\TextEditorLists.cs (4)
265if (paragraph.TextIndent < 0) 270else if (paragraph.TextIndent < 20) 321if (paragraph.TextIndent > 20) 326else if (paragraph.TextIndent > 0)
System\windows\Documents\TextEditorTyping.cs (1)
806(paragraphOrBlockUIContainer is Paragraph && ((Paragraph)paragraphOrBlockUIContainer).TextIndent > 0);