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