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)); 949return new RowCacheChange(startRow, rowCount); 1036return new RowCacheChange(startRowIndex, rowIndex - startRowIndex); 1153return new RowCacheChange(rowIndex, removeCount);