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