10 references to RowIndex
PresentationFramework (10)
MS\Internal\Documents\TextDocumentView.cs (4)
2569cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex); 2573cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1); 2828cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex); 2832cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);
MS\Internal\PtsHost\RowParagraph.cs (3)
262if (cell.RowIndex == Row.Index) 268else if (Row.Index - cell.RowIndex + 1 < cell.RowSpan) 276Debug.Assert(Row.Index - cell.RowIndex + 1 == cell.RowSpan);
MS\Internal\PtsHost\TableParaClient.cs (2)
984int cellBottomIndex = cpc.Cell.RowIndex + cpc.Cell.RowSpan - 1; 1061if( (cpc.Cell.RowIndex > rowIndex && cpc.Cell.RowGroupIndex == rowGroupIndex) ||
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
106return ((TableCell)Owner).RowIndex;