5 references to TextIndent
PresentationFramework (5)
System\windows\Documents\TextEditorLists.cs (4)
248if (paragraph.TextIndent < 0) 253else if (paragraph.TextIndent < 20) 304if (paragraph.TextIndent > 20) 309else if (paragraph.TextIndent > 0)
System\windows\Documents\TextEditorTyping.cs (1)
787(paragraphOrBlockUIContainer is Paragraph && ((Paragraph)paragraphOrBlockUIContainer).TextIndent > 0);