re: Dispelling a Common WPF/SL Myth by Xaml templates

Sun, 20 Sep 2009 00:03:32 -0700

re: Dispelling a Common WPF/SL Myth

by Xaml templates @ Sun, 20 Sep 2009 00:03:32 -0700



Not sure what WPF is doing under the hood, when we set the datacontext must be checking if it is INotifyPropertyChanged and subcribing to PropertyChanged event of the datacontext. and in the callback must be doin gui thread switch. ...