I stumbled upon some behavior awhile back that struck me as odd. I had a nullable property in my ViewModel that I was binding to in Silverlight, but I found that whenever the value was cleared out by the user, the property setter was not called.
I stumbled upon some behavior awhile back that struck me as odd. I had a nullable property in my ViewModel that I was binding to in Silverlight, but I found that whenever the value was cleared out by the user, the property setter was not called.