10 references to GetRow
PresentationFramework (10)
MS\Internal\Documents\DocumentGrid.cs (8)
373RowInfo row = _rowCache.GetRow(nextRow); 391RowInfo row = _rowCache.GetRow(previousRow); 1187RowInfo currentRow = _rowCache.GetRow(row); 1391RowInfo firstRow = _rowCache.GetRow(newFirstVisibleRow); 1393RowInfo lastRow = _rowCache.GetRow(newFirstVisibleRow + newVisibleRowCount - 1); 1416RowInfo currentRow = _rowCache.GetRow(i); 1589RowInfo currentRow = _rowCache.GetRow(row); 2960RowInfo pivotRow = _rowCache.GetRow(args.PivotRowIndex);
MS\Internal\Documents\RowCache.cs (2)
895RowInfo pivotRow = GetRow(_pivotRowIndex); 1125RowInfo oldRow = GetRow(rowIndex);