uno.mvvmlight/GalaSoft.MvvmLight/GalaSoft.MvvmLight (NET35)
Laurent Bugnion 676bec2110 Race condition removed in WeakAction
Removed the sender parameter from DispatcherHelper.InvokeAsync (not needed anymore)
ViewModelBase.RaisePropertyChanged<T>(string, T, T, bool) throws a proper exception when first parameter (string) is null
ViewModelBase.Set now returns bool instead of void (same as ObservableObject.Set)
ViewModelBase.Set now raises PropertyChanging before the value is set
Remove old Win8 #if directives
Updated versions for 4.0.23
2012-06-21 11:47:43 +02:00
..
Command Race condition removed in WeakAction 2012-06-21 11:47:43 +02:00
Helpers Race condition removed in WeakAction 2012-06-21 11:47:43 +02:00
Messaging Race condition removed in WeakAction 2012-06-21 11:47:43 +02:00
Properties Race condition removed in WeakAction 2012-06-21 11:47:43 +02:00
Threading Race condition removed in WeakAction 2012-06-21 11:47:43 +02:00
GalaSoft.MvvmLight (NET35).csproj Fixed memory leak that could occur in certain scenarios with RelayCommand and Messenger. 2012-04-15 22:37:05 +02:00
GalaSoft.MvvmLight (NET35).snk Cleaned up the code structure, all versions in one tree now 2010-11-19 21:38:53 +01:00
GalaSoft.MvvmLight.FxCop Cleaned up the code structure, all versions in one tree now 2010-11-19 21:38:53 +01:00
ICleanup.cs Updated code for Windows 8 Consumer Preview 2012-03-08 22:20:51 +01:00
License.txt Updated code for Windows 8 Consumer Preview 2012-03-08 22:20:51 +01:00
ObservableObject.cs Added INotifyPropertyChanging implementation. 2012-04-15 22:45:08 +02:00
Settings.StyleCop Cleaned up the code structure, all versions in one tree now 2010-11-19 21:38:53 +01:00
ViewModelBase.cs Race condition removed in WeakAction 2012-06-21 11:47:43 +02:00