14 references to IsAtRowEnd
PresentationFramework (14)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1089if (TextPointerBase.IsAtRowEnd(position))
System\windows\Documents\TextEditorSelection.cs (2)
2393if (This.Selection.IsEmpty && TextPointerBase.IsAtRowEnd(This.Selection.Start)) 2409if (TextPointerBase.IsAtRowEnd(position))
System\windows\Documents\TextEditorTyping.cs (5)
541if (TextPointerBase.IsAtRowEnd(deletePosition)) 619if (TextPointerBase.IsAtRowEnd(deletePosition)) 724!TextPointerBase.IsAtRowEnd(position)) 1158if (TextPointerBase.IsAtRowEnd(position)) 1399if (This.Selection.IsEmpty && TextPointerBase.IsAtRowEnd(This.Selection.End))
System\Windows\Documents\TextPointer.cs (1)
3804return TextPointerBase.IsAtRowEnd(this);
System\Windows\Documents\TextPointerBase.cs (2)
820if (IsAtRowEnd(position)) 1312return IsAtRowEnd(position) ||
System\Windows\Documents\TextRangeEdit.cs (1)
593bool structuralBoundaryCrossed = TextPointerBase.IsAtRowEnd(position) ||
System\Windows\Documents\TextRangeEditTables.cs (1)
562Invariant.Assert(TextPointerBase.IsAtRowEnd(selection.MovingPosition));
System\windows\Documents\TextSelection.cs (1)
585else if (movingPosition is TextPointer && TextPointerBase.IsAtRowEnd(movingPosition))