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