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

Actions may not update correctly when ActionTarget changes #3

Closed
canton7 opened this issue Feb 23, 2015 · 1 comment
Closed

Actions may not update correctly when ActionTarget changes #3

canton7 opened this issue Feb 23, 2015 · 1 comment

Comments

@canton7
Copy link
Owner

canton7 commented Feb 23, 2015

To fix a memory leak, CommandAction and EventAction changed from using DependencyPropertyDescriptor.AddValueChanged to a variant on PropertyChangeNotifier. However it looks like PropertyChangeNotifier loses its ability to track the property when the Binding it creates is garbage collected (maybe - still digging into it).

@canton7
Copy link
Owner Author

canton7 commented Feb 25, 2015

Fixed in b98226b

@canton7 canton7 closed this as completed Feb 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant