14 references to IsAtRowEnd
PresentationFramework (14)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1092
if (TextPointerBase.
IsAtRowEnd
(position))
System\windows\Documents\TextEditorSelection.cs (2)
2409
if (This.Selection.IsEmpty && TextPointerBase.
IsAtRowEnd
(This.Selection.Start))
2425
if (TextPointerBase.
IsAtRowEnd
(position))
System\windows\Documents\TextEditorTyping.cs (5)
560
if (TextPointerBase.
IsAtRowEnd
(deletePosition))
638
if (TextPointerBase.
IsAtRowEnd
(deletePosition))
743
!TextPointerBase.
IsAtRowEnd
(position))
1177
if (TextPointerBase.
IsAtRowEnd
(position))
1421
if (This.Selection.IsEmpty && TextPointerBase.
IsAtRowEnd
(This.Selection.End))
System\Windows\Documents\TextPointer.cs (1)
3810
return TextPointerBase.
IsAtRowEnd
(this);
System\Windows\Documents\TextPointerBase.cs (2)
823
if (
IsAtRowEnd
(position))
1315
return
IsAtRowEnd
(position) ||
System\Windows\Documents\TextRangeEdit.cs (1)
596
bool structuralBoundaryCrossed = TextPointerBase.
IsAtRowEnd
(position) ||
System\Windows\Documents\TextRangeEditTables.cs (1)
565
Invariant.Assert(TextPointerBase.
IsAtRowEnd
(selection.MovingPosition));
System\windows\Documents\TextSelection.cs (1)
601
else if (movingPosition is TextPointer && TextPointerBase.
IsAtRowEnd
(movingPosition))