<!-- Read https://github.com/dotnet/winforms/blob/master/Documentation/issue-guide.md --> * Regression from a6a308fa452770caafca55ee4d8ac54d1ee1015d * .NET Core Version: 5.0 * Have you experienced this same bug with .NET Framework?: No <!-- Yes / No --> **Problem description:** - If to select some CheckedListBox item it will have an incorrect background color.  <!-- Describe the current behavior, what is wrong or not working as expected. Provide as much information as possible, including callstack for crashes/exceptions, screenshots or animations. --> **Expected behavior:** - CheckedListBox selected item has a color as before  **Minimal repro:** - Create a .Net 5.0 app using the latest master branch dlls (Or just run WinformsControlsTest project - MultipleControls form) - Add a CheckedListBox with items to the form - Run the app and select some item