10 references to GetRow
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (8)
381
RowInfo row = _rowCache.
GetRow
(nextRow);
399
RowInfo row = _rowCache.
GetRow
(previousRow);
1198
RowInfo currentRow = _rowCache.
GetRow
(row);
1405
RowInfo firstRow = _rowCache.
GetRow
(newFirstVisibleRow);
1407
RowInfo lastRow = _rowCache.
GetRow
(newFirstVisibleRow + newVisibleRowCount - 1);
1430
RowInfo currentRow = _rowCache.
GetRow
(i);
1601
RowInfo currentRow = _rowCache.
GetRow
(row);
2981
RowInfo pivotRow = _rowCache.
GetRow
(args.PivotRowIndex);
MS\Internal\Documents\RowCache.cs (2)
899
RowInfo pivotRow =
GetRow
(_pivotRowIndex);
1125
RowInfo oldRow =
GetRow
(rowIndex);