Any way to unsubscribe ListCollection view from its source?

When I create a ListCollectionView, it subscribes to the NotifyCollectionChangedEventHandler of its source collection. This sets up a reference of course. When I am done with the view, but NOT with the collection, is there any way to break this reference?
Sign In or Register to comment.