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