Remove sealed from all AutomationPeers.
Open
Enhancement Requested
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
Hello,
Some AutomationPeers such as the DataGridRowAutomationPeer are sealed. It would be better if these were not sealed. For example, if a specific DataGridRow is created with additional parameters, we could derive from DataGridRowAutomationPeer and then add these parameters to the new AutomationPeer. But this is not possible if they are sealed.
Greetings
Andreas
Contributor guide
Assessment
This issue has not been assessed yet.