For a DependencyProperty, I set a value using DependencyObject.SetC开发者_StackOverflow社区urrentValue(property, value). How does one unset the value so that the property evaluates to the normal local
I\'m looking for a SL4 equivalent to .NET 4\'s SetCurrentValue API, which would appear to be exactly what I need for my scenario.
I\'m going through the Django book and I\'m currently on chapter 10. I\'m having a problem understanding the third line in this fragment of code: