Epica3055

Results 21 comments of Epica3055

@lonitra @Tanya-Solyanik I need some help. When I tried to change winfrom main branch to 5.0, since the issue says that 5.0 works fine, and I tried to execute Restore.cmd...

@RutulPatel8 I am sorry. I was trying to fix the conflict but I messed up 🤣 I created a new pr here [11423](https://github.com/dotnet/winforms/pull/11423)

``` c# [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public bool CanChangeValue { get; set; } ```

I and @Amy-Li03 discussed this issue, and we think this is not a a11y issue.

@Tanya-Solyanik In native applications, narrator can't focus on dialogs that start on helper threads ![issues11456](https://github.com/user-attachments/assets/4fb74e54-2ab1-45ff-8747-51d2e4ec68d5)

There are two mistakes I found in your project. 1.You should configure The PropertyGrid in CustomEditorForm with a **_Site_**. 2.**_Form_** shouldn't show in **_Server side_**. You can download the project ...

I guess you will have to convert 'UITypeEditor' (Form related)and it's dependencies to .NetFramework whatever ways you use. The bottom line is client (.NetFramework) side do the graphic thing (CustomEditorForm...

I looked the history of GraphicsUnit.cs in winform repo, it has been 1/75 from the beginning. I also check .net framework. it is also 1/75. https://referencesource.microsoft.com/#System.Drawing/commonui/System/Drawing/Advanced/Unit.cs,ddb40521c3cb3a5f @JeremyKuhne what is your...