14 references to IsAtRowEnd
PresentationFramework (14)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1090
if (TextPointerBase.
IsAtRowEnd
(position))
System\windows\Documents\TextEditorSelection.cs (2)
2394
if (This.Selection.IsEmpty && TextPointerBase.
IsAtRowEnd
(This.Selection.Start))
2410
if (TextPointerBase.
IsAtRowEnd
(position))
System\windows\Documents\TextEditorTyping.cs (5)
551
if (TextPointerBase.
IsAtRowEnd
(deletePosition))
629
if (TextPointerBase.
IsAtRowEnd
(deletePosition))
734
!TextPointerBase.
IsAtRowEnd
(position))
1168
if (TextPointerBase.
IsAtRowEnd
(position))
1412
if (This.Selection.IsEmpty && TextPointerBase.
IsAtRowEnd
(This.Selection.End))
System\Windows\Documents\TextPointer.cs (1)
3805
return TextPointerBase.
IsAtRowEnd
(this);
System\Windows\Documents\TextPointerBase.cs (2)
821
if (
IsAtRowEnd
(position))
1313
return
IsAtRowEnd
(position) ||
System\Windows\Documents\TextRangeEdit.cs (1)
594
bool structuralBoundaryCrossed = TextPointerBase.
IsAtRowEnd
(position) ||
System\Windows\Documents\TextRangeEditTables.cs (1)
563
Invariant.Assert(TextPointerBase.
IsAtRowEnd
(selection.MovingPosition));
System\windows\Documents\TextSelection.cs (1)
598
else if (movingPosition is TextPointer && TextPointerBase.
IsAtRowEnd
(movingPosition))