Stylet/Stylet
Antony Male 4a2c345bec Have different default PropertyChanged and CollectionChanged despatchers
This is because PropertyChanged events can be async - WPF handles the
marshalling. However if CollectionChanged events are async, then the
thing listening to the event can still be iterating the collection while
the user's editing it, leading to irritating little exceptions
2014-12-05 10:59:22 +00:00
..
Logging Change DebugLogger to TraceLogger, which logs even in Release builds 2014-07-30 15:22:29 +01:00
Properties Bump version 2014-12-02 17:39:46 +00:00
StyletIoC Stop marking exceptions as Serializable - it's not needed 2014-12-04 13:34:20 +00:00
Xaml Be draconian about using readonly where appropriate 2014-12-04 17:06:12 +00:00
BindableCollection.cs Have different default PropertyChanged and CollectionChanged despatchers 2014-12-05 10:59:22 +00:00
Bootstrapper.cs Change some Bootstrapper methods to public, to avoid explicit interface implementation 2014-12-02 15:20:16 +00:00
BootstrapperBase.cs Change some Bootstrapper methods to public, to avoid explicit interface implementation 2014-12-02 15:20:16 +00:00
Conductor.cs Remove and sort usings 2014-07-21 11:04:08 +01:00
ConductorAllActive.cs Be draconian about using readonly where appropriate 2014-12-04 17:06:12 +00:00
ConductorBase.cs Remove and sort usings 2014-07-21 11:04:08 +01:00
ConductorBaseWithActiveItem.cs Remove and sort usings 2014-07-21 11:04:08 +01:00
ConductorNavigating.cs Be draconian about using readonly where appropriate 2014-12-04 17:06:12 +00:00
ConductorOneActive.cs Be draconian about using readonly where appropriate 2014-12-04 17:06:12 +00:00
EventAggregator.cs Be draconian about using readonly where appropriate 2014-12-04 17:06:12 +00:00
Execute.cs Have different default PropertyChanged and CollectionChanged despatchers 2014-12-05 10:59:22 +00:00
ExpressionExtensions.cs Remove and sort usings 2014-07-21 11:04:08 +01:00
IBootstrapper.cs Add unit tests for ApplicationLoader, and fix Bootstrapper tests 2014-08-02 17:50:18 +01:00
IConductor.cs Remove and sort usings 2014-07-21 11:04:08 +01:00
INotifyPropertyChangedDispatcher.cs Remove and sort usings 2014-07-21 11:04:08 +01:00
IScreen.cs Remove and sort usings 2014-07-21 11:04:08 +01:00
IValidationAdapter.cs Remove and sort usings 2014-07-21 11:04:08 +01:00
LabelledValue.cs Stylistic changes 2014-11-29 18:11:13 +00:00
MessageBoxView.xaml Move MessageBoxView back out of Xaml, so it's in the same location as its VM 2014-07-21 10:52:55 +01:00
MessageBoxViewModel.cs Move back to lots of separate arguments for ShowMessageBox - consistent with MessageBox.Show 2014-12-02 16:16:32 +00:00
PropertyChangedBase.cs PropertyChangedBase: don't fire the event if someone unsubscribed while we were dispatching 2014-11-29 18:14:18 +00:00
PropertyChangedExtensions.cs Stylistic changes 2014-11-29 18:11:13 +00:00
Screen.cs Add overridable CanClose() method to Screen - meaning they don't have to use Tasks 2014-12-02 12:13:26 +00:00
ScreenExtensions.cs Conductors will also Dispose their children if the're IDisposable 2014-08-04 17:35:16 +01:00
Stylet.csproj Remove LambdaComparer and LambdaEqualityComparer - they have no business in an MVVM framework 2014-12-04 13:29:08 +00:00
StyletConductorExtensions.cs Conductors will also Dispose their children if the're IDisposable 2014-08-04 17:35:16 +01:00
ValidatingModelBase.cs Be draconian about using readonly where appropriate 2014-12-04 17:06:12 +00:00
ViewManager.cs Stop marking exceptions as Serializable - it's not needed 2014-12-04 13:34:20 +00:00
WindowManager.cs Move back to lots of separate arguments for ShowMessageBox - consistent with MessageBox.Show 2014-12-02 16:16:32 +00:00