.NET version
.NET SDK 10.0.100-rc.2.25473.111 + dlls built from main branch of dotnet/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+?
Occurs when DarkMode feature involved
Issue description
When the application is in Dark Mode, the contrast of focusing items on DropDownPanel of BackColor/ForeColor/Cursor properties in PropertyGrid
This issue does not occur in Classic Mode, similar the issue #13767
Dark Mode:

Classic Mode:

Steps to reproduce
- Create Winforms .NET application with targeting .NET 10
- Add PropertyGrid controls in form designer
- Set the SelectedObject property to Form in propertyGrid1's properties
- Set app under Dark mode in program.cs file:
Application.SetColorMode(SystemColorMode.Dark);
- Build and run project
- Click any items to focus in DropDwonPanel of BackColor/ForeColor/Cursor properties in PropertyGrid to observe