Epica3055

Results 13 issues of Epica3055

Fixes #11243 ## Screenshots ### Before ![image](https://github.com/dotnet/winforms/assets/47542151/c7285c5e-b422-4627-8d5d-620a49d5cb81) ### After ![image](https://github.com/dotnet/winforms/assets/135201996/f7e85eaf-c072-441d-ba68-6d3deaf33f49) ## Test methodology - - manually and unit test -

**Issue description** The text property of datetimepicker is empty string before datetimepicker's handle is created. **Target framework** - [ ] .NET Core **Details** This behavior is caused by this pr...

:watch: Not Triaged
Pri3

Fixes #11450 ## Proposed changes - - Remove RenderMode - ## Screenshots ### Before ![image](https://github.com/dotnet/winforms/assets/135201996/3dad208c-b507-446d-ab84-1634a79651e1) ### After ![image](https://github.com/dotnet/winforms/assets/135201996/a10df783-e767-4bb3-a302-e35d4c1e4f03) ## Test environment(s) 9.0.0-preview.6.24305.2 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/11502)

waiting-review
waiting-on-team

Fixes [designer/issues/2707](https://github.com/microsoft/winforms-designer/issues/2707) ## Root Cause We use `_requestedHeight` to set the height of a ComboBox when `DropDownStyle` is `ComboBoxStyle.Simple` https://github.com/dotnet/winforms/blob/70a6a7b4a9af452160e636838f946b3f4327383c/src/System.Windows.Forms/src/System/Windows/Forms/Controls/ComboBox/ComboBox.cs#L61-L63 Let's go through the repro steps that was described here...

waiting-on-team

Fixes #12365 ## Proposed changes - - Change the text color to black - ## Regression? - No ## Risk - low ## Screenshots ### Before ![Image](https://github.com/user-attachments/assets/4bfcba8b-40ae-416c-89d0-b8a1d283269b) ### After ![image](https://github.com/user-attachments/assets/52f66638-577c-4aec-ae66-420c334384f9)...

Fixes #12358 ## Proposed changes - - Make the indicator's width wider. - ## Regression? - Yes ## Risk - low ## Screenshots ### Before ![Image](https://github.com/user-attachments/assets/8e7db4a6-990e-4129-bb1b-eb982bd1c389) ### After ![image](https://github.com/user-attachments/assets/98bf306d-40a4-4f0e-a5bc-42518cb3b3ea) ![image](https://github.com/user-attachments/assets/d646b4d5-20ce-4086-972a-97711ba6cb6b)...

:mailbox_with_mail: waiting-for-testing

Fixes #5961 ## Proposed changes - - use a different color when RightToLeft is set to Yes - - ## Regression? - Yes ## Screenshots ### Before ![image](https://github.com/user-attachments/assets/012071c6-7232-4719-a0e8-d6cf026b8226) ### After...

:mailbox_with_no_mail: waiting-author-feedback

Fixes #13648 ## Proposed changes - - We need to match the exact type name shouldn't just use StartsWith since we removed type check in [pr13573](https://github.com/dotnet/winforms/pull/13573) - ```diff while (i...

area-Infrastructure

Fix #13624 ## Root cause System.NulIReferenceException in line 566. This happens here because when in DarkMode we use ToolStripSystemDarkModeRenderer do the rendering work. ## Proposed changes - - add null...

area-DarkMode

Fixes #10466 ## Root cause Copy and paste now works in DemoConsole in netframework481 but not in net10. that's because the serializer here does not work in net10, it was...

area-NRT