I have a Bing map where a new instance is created depending on the circumstance.
I notice however that my previous Bing maps are not being Garbage collected.
After some investigation with some profilers I noticed that the ToucheHelper is adding handlers that never get cleaned up.
ToucheHelper has Internal methods which I cannot access.
Any information as to how to fix these memory leaks is appreciated