4 references to RowCacheChanged
PresentationFramework (4)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
2538
_rowCache.
RowCacheChanged
+= new RowCacheChangedEventHandler(OnRowCacheChanged);
src\Framework\MS\Internal\Documents\RowCache.cs (3)
505
RowCacheChanged
(this, args);
603
RowCacheChanged
(this, args2);
1324
RowCacheChanged
(this, newArgs);