I am looking at this,
Clear Binding in Silverlight (Remove Data Binding from SetBinding)
But to clear bindings you have to specify a dependency property.
Is there a way to generically find all the bindings on a DependencyObject and clear them?
Thanks.