7 references to IsAtRowEnd
PresentationFramework (7)
MS\Internal\Documents\TextDocumentView.cs (1)
1190else if (position is TextPointer && ((TextPointer)position).IsAtRowEnd)
System\Windows\Documents\TextRangeEditTables.cs (4)
727if (position.IsAtRowEnd) 741Invariant.Assert(!position.IsAtRowEnd, "position is not expected to be at RowEnd anymore"); 783nextInsertionPosition.IsAtRowEnd && // the following insertion position may be IsAtRowEnd again 2101else if (anchorCell != null && movingCell == null && movingPosition.IsAtRowEnd)
System\Windows\Documents\TextStore.cs (2)
3425if (start.IsAtRowEnd) 3458if (start == null || start.IsAtRowEnd || TextPointerBase.IsInBlockUIContainer(start))