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