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