I have the same issue. I've got WPF objects which have disposable resources (e.g. an ObservableCollection that links itself to a data model) that need to be disposed of when they are no longer in scope. I've tried using the destructor, but
that doesn't seem to ever be called.
Any ideas on how to dispose of resources in WPF objects?
Sincerely, Donald Roy Airey