The description for design properties within DemoControl application is not appearing for every control.
.NET version
.Net 9.0: Main branch of 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+?
No, still repro in Winforms repo release/8.0
Issue description
In DemoConsole test app of Winforms repo, the description for design properties is not showing up except "Name" when you click the controls unlike any other sections.
Steps to reproduce
Test sample: DemoConsole in Winforms repo
This isn't really a bug. The property just doesn't have a SRDescription attribute. I added a Description attribute and it added text
I think #10936 would help find the properties so we can annotate them.
We'll wait for user scenario that requires descriptions for the design time properties.