8 references to RowGroupIndex
PresentationFramework (8)
MS\Internal\Documents\TextDocumentView.cs (4)
2559
cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.
RowGroupIndex
, cpcCur.Cell.RowIndex);
2563
cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.
RowGroupIndex
, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);
2818
cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.
RowGroupIndex
, cpcCur.Cell.RowIndex);
2822
cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.
RowGroupIndex
, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);
MS\Internal\PtsHost\TableParaClient.cs (4)
984
if( (cellBottomIndex < rowIndex && cpc.Cell.
RowGroupIndex
== rowGroupIndex) ||
985
(cpc.Cell.
RowGroupIndex
< rowGroupIndex)
1060
if( (cpc.Cell.RowIndex > rowIndex && cpc.Cell.
RowGroupIndex
== rowGroupIndex) ||
1061
(cpc.Cell.
RowGroupIndex
> rowGroupIndex)