10 references to RowIndex
PresentationFramework (10)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (4)
2610cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex); 2614cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1); 2871cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex); 2875cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (3)
280if (cell.RowIndex == Row.Index) 286else if (Row.Index - cell.RowIndex + 1 < cell.RowSpan) 294Debug.Assert(Row.Index - cell.RowIndex + 1 == cell.RowSpan);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (2)
1064int cellBottomIndex = cpc.Cell.RowIndex + cpc.Cell.RowSpan - 1; 1147if( (cpc.Cell.RowIndex > rowIndex && cpc.Cell.RowGroupIndex == rowGroupIndex) ||
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
108return ((TableCell)Owner).RowIndex;