diff --git a/Samples/Stylet.Samples.Hello/App.xaml b/Samples/Stylet.Samples.Hello/App.xaml index 80e41ce..f39e4c7 100644 --- a/Samples/Stylet.Samples.Hello/App.xaml +++ b/Samples/Stylet.Samples.Hello/App.xaml @@ -1,14 +1,13 @@  - - - - - - - + + + + + diff --git a/Samples/Stylet.Samples.Hello/ShellViewModel.cs b/Samples/Stylet.Samples.Hello/ShellViewModel.cs index 4201b67..c3e8b4f 100644 --- a/Samples/Stylet.Samples.Hello/ShellViewModel.cs +++ b/Samples/Stylet.Samples.Hello/ShellViewModel.cs @@ -15,7 +15,11 @@ namespace Stylet.Samples.Hello public string Name { get { return this._name; } - set { SetAndNotify(ref this._name, value); this.NotifyOfPropertyChange(() => this.CanSayHello); } + set + { + SetAndNotify(ref this._name, value); + this.NotifyOfPropertyChange(() => this.CanSayHello); + } } public ShellViewModel(IWindowManager windowManager) diff --git a/Samples/Stylet.Samples.HelloDialog/App.xaml b/Samples/Stylet.Samples.HelloDialog/App.xaml index 4658d8d..6f51e19 100644 --- a/Samples/Stylet.Samples.HelloDialog/App.xaml +++ b/Samples/Stylet.Samples.HelloDialog/App.xaml @@ -1,14 +1,13 @@  - - - - - - - + + + + + diff --git a/Samples/Stylet.Samples.MasterDetail/App.xaml b/Samples/Stylet.Samples.MasterDetail/App.xaml index c48900c..65521b2 100644 --- a/Samples/Stylet.Samples.MasterDetail/App.xaml +++ b/Samples/Stylet.Samples.MasterDetail/App.xaml @@ -1,14 +1,13 @@  - - - - - - - + + + + + diff --git a/Samples/Stylet.Samples.ModelValidation/App.xaml b/Samples/Stylet.Samples.ModelValidation/App.xaml index 8d482cc..9af0f09 100644 --- a/Samples/Stylet.Samples.ModelValidation/App.xaml +++ b/Samples/Stylet.Samples.ModelValidation/App.xaml @@ -1,14 +1,13 @@  - - - - - - - + + + + + diff --git a/Samples/Stylet.Samples.OverridingViewManager/App.xaml b/Samples/Stylet.Samples.OverridingViewManager/App.xaml index aa2422b..1998ca0 100644 --- a/Samples/Stylet.Samples.OverridingViewManager/App.xaml +++ b/Samples/Stylet.Samples.OverridingViewManager/App.xaml @@ -1,14 +1,13 @@  - - - - - - - + + + + + diff --git a/Samples/Stylet.Samples.RedditBrowser/App.xaml b/Samples/Stylet.Samples.RedditBrowser/App.xaml index 1e94178..7f9b898 100644 --- a/Samples/Stylet.Samples.RedditBrowser/App.xaml +++ b/Samples/Stylet.Samples.RedditBrowser/App.xaml @@ -1,14 +1,13 @@  - - - - - - - + + + + + diff --git a/Samples/Stylet.Samples.TabNavigation/App.xaml b/Samples/Stylet.Samples.TabNavigation/App.xaml index 69c10b6..69f9f10 100644 --- a/Samples/Stylet.Samples.TabNavigation/App.xaml +++ b/Samples/Stylet.Samples.TabNavigation/App.xaml @@ -1,14 +1,13 @@  - - - - - - - + + + + +