Posts
Sort by recent activity
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...