10 references to RowIndex
PresentationFramework (10)
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\RowParagraph.cs (3)
261
if (cell.
RowIndex
== Row.Index)
267
else if (Row.Index - cell.
RowIndex
+ 1 < cell.RowSpan)
275
Debug.Assert(Row.Index - cell.
RowIndex
+ 1 == cell.RowSpan);
MS\Internal\PtsHost\TableParaClient.cs (2)
983
int cellBottomIndex = cpc.Cell.
RowIndex
+ cpc.Cell.RowSpan - 1;
1060
if( (cpc.Cell.
RowIndex
> rowIndex && cpc.Cell.RowGroupIndex == rowGroupIndex) ||
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
105
return ((TableCell)Owner).
RowIndex
;