I've been trying to debug why closing windows forms designer is crashing visual studio and have discovered by adding a series of message boxes that if my controls are nested inside a System::Windows::Forms::TabControl
the destructor of those controls are called twice.
Is that expected behaviour and is there a way of avoiding it?