.NET Core Version:
.Net 6.0.100-alpha.1.20516.5
Have you experienced this same bug with .NET Framework?:
No
More Info
Minimal repro:
Actual behavior:
Controls' items cannot be displayed in Inspect: MSAA

Expected behavior:
Controls' items can be displayed in Inspect: MSAA hierarchy

@Olina-Zhang what happens with the UIA option selected? How about Accessibility Insights for Windows? Those should be our priority now, rather than MSAA (which we used to use quite a bit).
@merriemcgaw I see. Inspect:UIA, Accessibility Insights are worked well for controls hierarchy. They are our top priority. And Inspect:MSAA testing was from another issue: 4100, and @Tanya-Solyanik @dreddy-work suggest us check all controls to ensure no issue in MSAA. so filed several issues related MSAA.
It can be fixed by #4168
Verified this issue with .Net 6.0.100-alpha.1.20562.2 from master branch, it is fixed, now controls' items can be displayed in Inspect: MSAA hierarchy.

Verified this issue in .Net SDK 5.0.101 build, this issue is fixed.