5 references to RowCacheChange
PresentationFramework (5)
src\Framework\MS\Internal\Documents\RowCache.cs (5)
503
changes.Add(new
RowCacheChange
(0, _rowCache.Count));
601
changes.Add(new
RowCacheChange
(0, _rowCache.Count));
999
return new
RowCacheChange
(startRow, rowCount);
1086
return new
RowCacheChange
(startRowIndex, rowIndex - startRowIndex);
1203
return new
RowCacheChange
(rowIndex, removeCount);