Hi,
I am creating a WPF 4 touch application and was doing memory profiling for my app with ANTS memory profiler and found that the AutomationPeer feature is holding on and not releasing my objects.
Searching around i found this link: http://www.wintellect.com/cs/blogs/sloscialo/archive/2011/04/13/silverlight-memory-leaks-and-automationpeers.aspx
It happens that if the Table Input Service was enabled, the AutomationPeer kicks in automatically. So my question is how can i disable this AutomationPeer but still keeping the Tablet Input Service enabled as I using Windows 7 to run my touch application?