dotnet / dotnet/wpf

Remove sealed from all AutomationPeers.

Open
#6,674 13 comments 2 reactions 1 assignee Claimed by @pchaurasia14 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.