Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement StandardDispatch for AccessibleObject #9784

Closed
Tracked by #10797
JeremyKuhne opened this issue Aug 25, 2023 · 1 comment
Closed
Tracked by #10797

Implement StandardDispatch for AccessibleObject #9784

JeremyKuhne opened this issue Aug 25, 2023 · 1 comment

Comments

@JeremyKuhne
Copy link
Member

JeremyKuhne commented Aug 25, 2023

In order to make AccessibleObject trim friendly we'll need to implement StandardDispatch and replicate IReflect like we do in ExtenderProxy via ClassPropertyDispatchAdapter.

We don't handle fields / methods in ClassPropertyDispatchAdapter at this point (which AccessibleObject needs). Mapping for fields is in the class but is commented out.

It is important that we cache this in some way for given AccessibleObject types so that we don't incur the cost for every single control.

@JeremyKuhne
Copy link
Member Author

Yay @lonitra!

@github-actions github-actions bot locked and limited conversation to collaborators Aug 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants