The setcurrentvalue tag has no wiki summary.
9
votes
1answer
876 views
Whats the difference between Dependency Property SetValue() & SetCurrentValue()
The reason why I am asking this is because I was recommended by @Greg D (from this question) to use SetCurrentValue() instead, but a look at the docs and didn't see whats the difference. Or whats does ...
1
vote
2answers
203 views
Silverlight DependencyProperty.SetCurrentValue Equivalent
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.
In short, I'm writing an attached behavior that updates the value of a ...
0
votes
1answer
96 views
WPF: How do I clear the value set by SetCurrentValue?
For a DependencyObject, I set a value using SetCurrentValue(...). How does one unset the value so that the property evaluates to the normal local value again?
0
votes
0answers
66 views
Debugging Project Does not Open Window. Code hanging @SetCurrentValue()
I found that suddenly, when I debug my project, the Window does not open, why is that? I get no errors too
Video on Screenr
UPDATE: SetCurrentValue() the cause?
I found that ...