### .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, this was changed after the PR https://github.com/dotnet/winforms/pull/11780 ### Issue description In [DemoConsole](https://github.com/dotnet/winforms/tree/main/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DemoConsole) test app of WinForms repo, BindingNavigator control fails to insert items when clicking “Insert Standard Items”. https://github.com/user-attachments/assets/b2b22f41-1b32-4101-9785-9629f923fc17 ### Steps to reproduce Test sample: [DemoConsole](https://github.com/dotnet/winforms/tree/main/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DemoConsole) in Winforms repo