### .NET version main branch of WinForms repo ### Did it work in .NET Framework? Not tested/verified ### Did it work in any of the earlier releases of .NET Core or .NET 5+? No ### Issue description In the DemoConsole application, after adding two items to the MenuStrip/ToolStrip project and clicking cancel, all items will disappear https://github.com/user-attachments/assets/0922e0c2-0e8b-4561-aa02-f05ce6de80c5 ### Steps to reproduce Test sample: [DemoConsole](https://github.com/dotnet/winforms/tree/main/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DemoConsole) bases on main branch in Winforms repo.