7 references to GetTableRowFromPosition
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (7)
1127TableRow currentRow = GetTableRowFromPosition(currentRowPosition); 1227TableRow startRow = GetTableRowFromPosition(textRange.Start); 1228TableRow endRow = GetTableRowFromPosition(textRange.End); 1999Invariant.Assert(GetTableRowFromPosition(end) == GetTableRowFromPosition(endCell.ContentEnd), "Inconsistent Rows on end"); 2003Invariant.Assert(GetTableRowFromPosition(start) == GetTableRowFromPosition(end), "Inconsistent Rows for start and end");