microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
702 stars 112 forks source link

Accessing AssociatedObject.DataContext in Detach() method throws an exception #105

Closed zrhyvr closed 8 years ago

zrhyvr commented 8 years ago

It happens sometimes, cannot repro deterministically.

Other people may have similar issues https://github.com/jlaanstra/Windows.UI.Interactivity/issues/13

skendrot commented 8 years ago

This seems to be more an issue of accessing properties of the AssociatedObject and not the AssociatedObject itself. We cannot control what happens to properties of the AssociatedObject