5 references to RowCacheChange
PresentationFramework (5)
MS\Internal\Documents\RowCache.cs (5)
479
changes.Add(new
RowCacheChange
(0, _rowCache.Count));
572
changes.Add(new
RowCacheChange
(0, _rowCache.Count));
949
return new
RowCacheChange
(startRow, rowCount);
1036
return new
RowCacheChange
(startRowIndex, rowIndex - startRowIndex);
1153
return new
RowCacheChange
(rowIndex, removeCount);