11 references to IsAfterLastParagraph
PresentationFramework (11)
System\windows\Documents\TextEditorSelection.cs (1)
2319else if (TextPointerBase.IsAfterLastParagraph(movingPosition))
System\Windows\Documents\TextRangeBase.cs (3)
303TextPointerBase.IsAfterLastParagraph(thisRange.End))) 514if (TextPointerBase.IsAfterLastParagraph(endNavigator)) 1716if (!TextPointerBase.IsAfterLastParagraph(end))
System\Windows\Documents\TextRangeEdit.cs (2)
1256else if (TextPointerBase.IsAfterLastParagraph(rangeEnd)) 1432if (TextPointerBase.IsAfterLastParagraph(endPosition))
System\Windows\Documents\TextRangeEditTables.cs (2)
1961if (!TextPointerBase.IsAfterLastParagraph(endPosition)) 2050if (!TextPointerBase.IsAfterLastParagraph(movingPosition))
System\Windows\Documents\TextRangeSerialization.cs (1)
75!TextPointerBase.IsAfterLastParagraph(range.End) &&
System\windows\Documents\TextSelection.cs (2)
988if (TextPointerBase.IsAfterLastParagraph(cursorPosition) || 2180TextPointerBase.IsAfterLastParagraph(caretPosition))