### .NET version .Net 9.0: 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+? Yes, it is a regression issue, last week for Winforms repo testing, we can see controls in tabPages of [DemoConsole](https://github.com/dotnet/winforms/tree/main/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DemoConsole) test app ### Issue description In [DemoConsole](https://github.com/dotnet/winforms/tree/main/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DemoConsole) test app of Winforms repo, when running it, all tabPages are empty without controls displayed as following: https://github.com/dotnet/winforms/assets/26474449/874eb25f-bc0e-4926-8a60-14e92744111b ### Steps to reproduce Test sample: [DemoConsole](https://github.com/dotnet/winforms/tree/main/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DemoConsole) in Winforms repo