11 references to IsAfterLastParagraph
PresentationFramework (11)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
2343else if (TextPointerBase.IsAfterLastParagraph(movingPosition))
src\Framework\System\Windows\Documents\TextRangeBase.cs (3)
317TextPointerBase.IsAfterLastParagraph(thisRange.End))) 528if (TextPointerBase.IsAfterLastParagraph(endNavigator)) 1747if (!TextPointerBase.IsAfterLastParagraph(end))
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1260else if (TextPointerBase.IsAfterLastParagraph(rangeEnd)) 1436if (TextPointerBase.IsAfterLastParagraph(endPosition))
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
1966if (!TextPointerBase.IsAfterLastParagraph(endPosition)) 2055if (!TextPointerBase.IsAfterLastParagraph(movingPosition))
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
83!TextPointerBase.IsAfterLastParagraph(range.End) &&
src\Framework\System\windows\Documents\TextSelection.cs (2)
994if (TextPointerBase.IsAfterLastParagraph(cursorPosition) || 2191TextPointerBase.IsAfterLastParagraph(caretPosition))