2 references to _OnViewChanged
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (2)
44
view.CollectionChanged += new NotifyCollectionChangedEventHandler(
_OnViewChanged
);
371
_view.CollectionChanged -= new NotifyCollectionChangedEventHandler(
_OnViewChanged
);