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