10 references to RowIndex
PresentationFramework (10)
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\RowParagraph.cs (3)
280
if (cell.
RowIndex
== Row.Index)
286
else if (Row.Index - cell.
RowIndex
+ 1 < cell.RowSpan)
294
Debug.Assert(Row.Index - cell.
RowIndex
+ 1 == cell.RowSpan);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (2)
1064
int cellBottomIndex = cpc.Cell.
RowIndex
+ cpc.Cell.RowSpan - 1;
1147
if( (cpc.Cell.
RowIndex
> rowIndex && cpc.Cell.RowGroupIndex == rowGroupIndex) ||
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
108
return ((TableCell)Owner).
RowIndex
;