8 references to RowGroupIndex
PresentationFramework (8)
MS\Internal\Documents\TextDocumentView.cs (4)
2600cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex); 2604cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1); 2860cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex); 2864cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);
MS\Internal\PtsHost\TableParaClient.cs (4)
985if( (cellBottomIndex < rowIndex && cpc.Cell.RowGroupIndex == rowGroupIndex) || 986(cpc.Cell.RowGroupIndex < rowGroupIndex) 1061if( (cpc.Cell.RowIndex > rowIndex && cpc.Cell.RowGroupIndex == rowGroupIndex) || 1062(cpc.Cell.RowGroupIndex > rowGroupIndex)