8 references to RowGroupIndex
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (4)
2610
cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.
RowGroupIndex
, cpcCur.Cell.RowIndex);
2614
cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.
RowGroupIndex
, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);
2871
cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.
RowGroupIndex
, cpcCur.Cell.RowIndex);
2875
cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.
RowGroupIndex
, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (4)
1065
if( (cellBottomIndex < rowIndex && cpc.Cell.
RowGroupIndex
== rowGroupIndex) ||
1066
(cpc.Cell.
RowGroupIndex
< rowGroupIndex)
1147
if( (cpc.Cell.RowIndex > rowIndex && cpc.Cell.
RowGroupIndex
== rowGroupIndex) ||
1148
(cpc.Cell.
RowGroupIndex
> rowGroupIndex)