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