[DPI] The icon of child form was covered when running on 300% DPI
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
* .NET Core Version:
.NET 6.0.100-preview.6.21313.2 + private binaries build from main branch in dotnet/winforms repo [New.zip](https://github.com/dotnet/winforms/files/6653420/New.zip)
* Have you experienced this same bug with .NET Framework?:
No
**Expected behavior:**
The icon of child form display correctly when running on 300% DPI.
**Minimal repro:**
1. Set the screen DPI as 300%.
2. Open the attached the application. [Issue21.zip](https://github.com/dotnet/winforms/files/6653435/Issue21.zip)
3. Build & run the application.
4. Add a child form for the MDIParent1 form.
5. Observe the icon of child form.
**Actual Results:**

Contributor guide
Assessment
This issue has not been assessed yet.