Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
How do I get ride of TabItemExAutomationPeer when my user control is unloaded
posted

Our (monster) app has a memory leak that seems to be caused in part by a TabItemExAutomationPeer hanging around after our user control (containing a tab control) is unloaded.  I'm a bit surprised this thing exists at all, since I'm under the impression that it's only for UI automation (testing), but what do I know?  Is it created automatically by IG?  (If not, I have to consider the possibility that some bright person is creating it in our app just so they can simulate a button-click or something. :( )

If IG creates it, how do I get rid of it?

Thanks.

Parents Reply Children
No Data