[Silverlight] I have a large visual object tree I'm removing from the visual tree (Grid.Children.Clear()), upon removal the DataContext of the root nulls out, but further down the tree a binding which looks like this

<Grid DataContext="{Binding FooBar}">

is staying bound to the object it was previously bound to. One would think that the binding would clear once it's DataContext has been nulled out. Is it wrong to clear the children of a grid like this? What else could be causing it?

link|improve this question

Where is FooBar property defined in your data? Can you provide more detail of your top level binding and object? – HiTech Magic Jun 23 '11 at 9:22
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.