5 references to RowCacheChange
PresentationFramework (5)
MS\Internal\Documents\RowCache.cs (5)
478changes.Add(new RowCacheChange(0, _rowCache.Count)); 571changes.Add(new RowCacheChange(0, _rowCache.Count)); 952return new RowCacheChange(startRow, rowCount); 1041return new RowCacheChange(startRowIndex, rowIndex - startRowIndex); 1160return new RowCacheChange(rowIndex, removeCount);