7 references to GetTableRowFromPosition
PresentationFramework (7)
System\Windows\Documents\TextRangeEditTables.cs (7)
1124TableRow currentRow = GetTableRowFromPosition(currentRowPosition); 1224TableRow startRow = GetTableRowFromPosition(textRange.Start); 1225TableRow endRow = GetTableRowFromPosition(textRange.End); 1996Invariant.Assert(GetTableRowFromPosition(end) == GetTableRowFromPosition(endCell.ContentEnd), "Inconsistent Rows on end"); 2000Invariant.Assert(GetTableRowFromPosition(start) == GetTableRowFromPosition(end), "Inconsistent Rows for start and end");