11 references to IsAfterLastParagraph
PresentationFramework (11)
System\windows\Documents\TextEditorSelection.cs (1)
2318else if (TextPointerBase.IsAfterLastParagraph(movingPosition))
System\Windows\Documents\TextRangeBase.cs (3)
302TextPointerBase.IsAfterLastParagraph(thisRange.End))) 513if (TextPointerBase.IsAfterLastParagraph(endNavigator)) 1715if (!TextPointerBase.IsAfterLastParagraph(end))
System\Windows\Documents\TextRangeEdit.cs (2)
1255else if (TextPointerBase.IsAfterLastParagraph(rangeEnd)) 1431if (TextPointerBase.IsAfterLastParagraph(endPosition))
System\Windows\Documents\TextRangeEditTables.cs (2)
1964if (!TextPointerBase.IsAfterLastParagraph(endPosition)) 2053if (!TextPointerBase.IsAfterLastParagraph(movingPosition))
System\Windows\Documents\TextRangeSerialization.cs (1)
74!TextPointerBase.IsAfterLastParagraph(range.End) &&
System\windows\Documents\TextSelection.cs (2)
972if (TextPointerBase.IsAfterLastParagraph(cursorPosition) || 2164TextPointerBase.IsAfterLastParagraph(caretPosition))