14 references to IsAtRowEnd
PresentationFramework (14)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
1101
if (TextPointerBase.
IsAtRowEnd
(position))
src\Framework\System\windows\Documents\TextEditorSelection.cs (2)
2418
if (This.Selection.IsEmpty && TextPointerBase.
IsAtRowEnd
(This.Selection.Start))
2434
if (TextPointerBase.
IsAtRowEnd
(position))
src\Framework\System\windows\Documents\TextEditorTyping.cs (5)
576
if (TextPointerBase.
IsAtRowEnd
(deletePosition))
654
if (TextPointerBase.
IsAtRowEnd
(deletePosition))
759
!TextPointerBase.
IsAtRowEnd
(position))
1194
if (TextPointerBase.
IsAtRowEnd
(position))
1438
if (This.Selection.IsEmpty && TextPointerBase.
IsAtRowEnd
(This.Selection.End))
src\Framework\System\Windows\Documents\TextPointer.cs (1)
3836
return TextPointerBase.
IsAtRowEnd
(this);
src\Framework\System\Windows\Documents\TextPointerBase.cs (2)
828
if (
IsAtRowEnd
(position))
1320
return
IsAtRowEnd
(position) ||
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
598
bool structuralBoundaryCrossed = TextPointerBase.
IsAtRowEnd
(position) ||
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
568
Invariant.Assert(TextPointerBase.
IsAtRowEnd
(selection.MovingPosition));
src\Framework\System\windows\Documents\TextSelection.cs (1)
604
else if (movingPosition is TextPointer && TextPointerBase.
IsAtRowEnd
(movingPosition))