10 references to GetRow
PresentationFramework (10)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (8)
390
RowInfo row = _rowCache.
GetRow
(nextRow);
408
RowInfo row = _rowCache.
GetRow
(previousRow);
1222
RowInfo currentRow = _rowCache.
GetRow
(row);
1433
RowInfo firstRow = _rowCache.
GetRow
(newFirstVisibleRow);
1435
RowInfo lastRow = _rowCache.
GetRow
(newFirstVisibleRow + newVisibleRowCount - 1);
1459
RowInfo currentRow = _rowCache.
GetRow
(i);
1631
RowInfo currentRow = _rowCache.
GetRow
(row);
3033
RowInfo pivotRow = _rowCache.
GetRow
(args.PivotRowIndex);
src\Framework\MS\Internal\Documents\RowCache.cs (2)
943
RowInfo pivotRow =
GetRow
(_pivotRowIndex);
1170
RowInfo oldRow =
GetRow
(rowIndex);