Any way to unsubscribe ListCollection view from its source?
![DavidDeutsch](https://us.v-cdn.net/6029854/uploads/defaultavatar/nZUSABQN8JEE0.jpg)
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?