10 references to GetRow
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (8)
373
RowInfo row = _rowCache.
GetRow
(nextRow);
391
RowInfo row = _rowCache.
GetRow
(previousRow);
1190
RowInfo currentRow = _rowCache.
GetRow
(row);
1397
RowInfo firstRow = _rowCache.
GetRow
(newFirstVisibleRow);
1399
RowInfo lastRow = _rowCache.
GetRow
(newFirstVisibleRow + newVisibleRowCount - 1);
1422
RowInfo currentRow = _rowCache.
GetRow
(i);
1595
RowInfo currentRow = _rowCache.
GetRow
(row);
2966
RowInfo pivotRow = _rowCache.
GetRow
(args.PivotRowIndex);
MS\Internal\Documents\RowCache.cs (2)
895
RowInfo pivotRow =
GetRow
(_pivotRowIndex);
1125
RowInfo oldRow =
GetRow
(rowIndex);