.NET version
latest .NET 10.0 build
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is a regression issue, not reproduce .NET 9.0
Issue description
The combobox refuses dark theme when on first tabpage of a tabcontrol
Expected Results:

Actual Results:

Steps to reproduce
- Create a .NET winforms project with a TabCpntrol control
- Add a Combobox contorl in the tabPage1
- Set app under Dark mode in program.cs file
Application.SetColorMode(SystemColorMode.Dark);
- Run the application
More info:
- The issue can reproduce when setting the DropDownStyle as DropDown/DropDownList, not reproduce when setting the DropDownStyle as Sample