5 references to RowCacheChange
PresentationFramework (5)
MS\Internal\Documents\RowCache.cs (5)
479changes.Add(new RowCacheChange(0, _rowCache.Count)); 572changes.Add(new RowCacheChange(0, _rowCache.Count)); 953return new RowCacheChange(startRow, rowCount); 1042return new RowCacheChange(startRowIndex, rowIndex - startRowIndex); 1161return new RowCacheChange(rowIndex, removeCount);