David Sundström
David Sundström
I don't know how the [6862](https://github.com/dotnet/wpf/pull/6862) affected this. But the problem exists in both 8.0.0 and 8.0.1
@psmulovics In this case the WPF controls change type and are not usable anymore, I edited and tried to emphasize this by a small comment. It is not only a...
Good work guys - but be sure to test this with the ms app "Accessibilities for Windows" to make sure it looks the same. It shows larger differences than what...
Hi. So now when .Net7 is out of support and this issue is blocking from moving to .Net8, what do think we should do with our app and +1000 customers?
So how would we handle these changes in the windows automation tree?
Hi - I took the test project attached to this thread, added ``` public App() { AppContext.SetSwitch("Switch.System.Windows.Controls.ItemsControlDoesNotSupportAutomation", true); // Create the startup window MainWindow mainWindow = new MainWindow(); mainWindow.Show(); }...