7 references to GetTableRowFromPosition
PresentationFramework (7)
System\Windows\Documents\TextRangeEditTables.cs (7)
1126TableRow currentRow = GetTableRowFromPosition(currentRowPosition); 1226TableRow startRow = GetTableRowFromPosition(textRange.Start); 1227TableRow endRow = GetTableRowFromPosition(textRange.End); 1998Invariant.Assert(GetTableRowFromPosition(end) == GetTableRowFromPosition(endCell.ContentEnd), "Inconsistent Rows on end"); 2002Invariant.Assert(GetTableRowFromPosition(start) == GetTableRowFromPosition(end), "Inconsistent Rows for start and end");