### .NET version Branch **Issue_12830_Multi-Target_DemoConsole** from [Ricardo WinForms Repo](https://github.com/ricardobossan/winforms.git) ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET 5+? Yes ### Issue description **Current Behavior (.NET Framework 4.8.1)** Extra ToolStripContainer Tasks dialog pops up when running the DemoConsole application https://github.com/user-attachments/assets/e700b96a-c596-48c9-8556-c0f89472615a **Expected Behavior (.NET 10)** No extra ToolStripContainer Tasks dialog pops up when running the DemoConsole application https://github.com/user-attachments/assets/f8c3c5b8-7c2f-4150-96e2-22f91cf5298b ### Steps to reproduce Test the sample app: [DemoConsole](src/test/integration/DesignSurface/DemoConsole) in [Ricardo WinForms Repo](https://github.com/ricardobossan/winforms.git) **Issue_12830_Multi-Target_DemoConsole** branch ### More Info This bug is created to resolve before https://github.com/dotnet/winforms/pull/12996 is merged