Skip to content

Commit

Permalink
Update XAML namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetrou committed Mar 5, 2020
1 parent 9c69650 commit 0da8c7d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion samples/features/Features.WPF/Views/BubblingView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:cal="http://www.caliburnproject.org"
xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300"
Title="BubblingView">
Expand Down
2 changes: 1 addition & 1 deletion samples/features/Features.WPF/Views/ConductorView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Features.CrossPlatform.Views"
xmlns:cal="http://www.caliburnproject.org"
xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300"
Title="ConductorView">
Expand Down
2 changes: 1 addition & 1 deletion samples/features/Features.WPF/Views/DesignTimeView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Features.CrossPlatform.Views"
xmlns:cal="http://www.caliburnproject.org"
xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
xmlns:viewModels="clr-namespace:Features.CrossPlatform.ViewModels"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Features.CrossPlatform.Views"
xmlns:cal="http://www.caliburnproject.org"
xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300"
Title="EventAggregationView">
Expand Down
2 changes: 1 addition & 1 deletion samples/features/Features.WPF/Views/FeatureView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Features.CrossPlatform.Views"
xmlns:cal="http://www.caliburnproject.org"
xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
<Grid Margin="20,10">
Expand Down
2 changes: 1 addition & 1 deletion samples/features/Features.WPF/Views/ShellView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:cal="http://www.caliburnproject.org"
xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
mc:Ignorable="d"
Title="ShellView" Height="600" Width="800">
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion samples/scenarios/Scenario.KeyBinding/Views/ShellView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Scenario.KeyBinding.Views"
xmlns:cal="http://www.caliburnproject.org"
xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
mc:Ignorable="d"
Title="ShellView" Height="300" Width="300">
<StackPanel>
Expand Down

0 comments on commit 0da8c7d

Please sign in to comment.