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