5 references to RowCacheChange
PresentationFramework (5)
MS\Internal\Documents\RowCache.cs (5)
484changes.Add(new RowCacheChange(0, _rowCache.Count)); 577changes.Add(new RowCacheChange(0, _rowCache.Count)); 954return new RowCacheChange(startRow, rowCount); 1041return new RowCacheChange(startRowIndex, rowIndex - startRowIndex); 1158return new RowCacheChange(rowIndex, removeCount);