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