7 references to IsAtRowEnd
PresentationFramework (7)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
1198else if (position is TextPointer && ((TextPointer)position).IsAtRowEnd)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (4)
730if (position.IsAtRowEnd) 744Invariant.Assert(!position.IsAtRowEnd, "position is not expected to be at RowEnd anymore"); 786nextInsertionPosition.IsAtRowEnd && // the following insertion position may be IsAtRowEnd again 2104else if (anchorCell != null && movingCell == null && movingPosition.IsAtRowEnd)
src\Framework\System\Windows\Documents\TextStore.cs (2)
3338if (start.IsAtRowEnd) 3371if (start == null || start.IsAtRowEnd || TextPointerBase.IsInBlockUIContainer(start))