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