11 references to IsAfterLastParagraph
PresentationFramework (11)
System\windows\Documents\TextEditorSelection.cs (1)
2334else if (TextPointerBase.IsAfterLastParagraph(movingPosition))
System\Windows\Documents\TextRangeBase.cs (3)
306TextPointerBase.IsAfterLastParagraph(thisRange.End))) 517if (TextPointerBase.IsAfterLastParagraph(endNavigator)) 1719if (!TextPointerBase.IsAfterLastParagraph(end))
System\Windows\Documents\TextRangeEdit.cs (2)
1258else if (TextPointerBase.IsAfterLastParagraph(rangeEnd)) 1434if (TextPointerBase.IsAfterLastParagraph(endPosition))
System\Windows\Documents\TextRangeEditTables.cs (2)
1963if (!TextPointerBase.IsAfterLastParagraph(endPosition)) 2052if (!TextPointerBase.IsAfterLastParagraph(movingPosition))
System\Windows\Documents\TextRangeSerialization.cs (1)
81!TextPointerBase.IsAfterLastParagraph(range.End) &&
System\windows\Documents\TextSelection.cs (2)
991if (TextPointerBase.IsAfterLastParagraph(cursorPosition) || 2183TextPointerBase.IsAfterLastParagraph(caretPosition))