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?
Add comment
Please sign in to leave a comment.