10 references to GetRow
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (8)
374
RowInfo row = _rowCache.
GetRow
(nextRow);
392
RowInfo row = _rowCache.
GetRow
(previousRow);
1191
RowInfo currentRow = _rowCache.
GetRow
(row);
1398
RowInfo firstRow = _rowCache.
GetRow
(newFirstVisibleRow);
1400
RowInfo lastRow = _rowCache.
GetRow
(newFirstVisibleRow + newVisibleRowCount - 1);
1423
RowInfo currentRow = _rowCache.
GetRow
(i);
1594
RowInfo currentRow = _rowCache.
GetRow
(row);
2974
RowInfo pivotRow = _rowCache.
GetRow
(args.PivotRowIndex);
MS\Internal\Documents\RowCache.cs (2)
894
RowInfo pivotRow =
GetRow
(_pivotRowIndex);
1120
RowInfo oldRow =
GetRow
(rowIndex);