Skip to content

Commit 85fbdd1

Browse files
committed
Change Pages to ui:Page (modernWPF)
1 parent a6f1e7f commit 85fbdd1

11 files changed

+21
-16
lines changed

Flow.Launcher/Resources/Pages/WelcomePage1.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<Page
1+
<ui:Page
22
x:Class="Flow.Launcher.Resources.Pages.WelcomePage1"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:local="clr-namespace:Flow.Launcher.Resources.Pages"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8+
xmlns:ui="http://schemas.modernwpf.com/2019"
89
Title="WelcomePage1"
910
DataContext="{Binding RelativeSource={RelativeSource Self}}"
1011
mc:Ignorable="d">
@@ -148,4 +149,4 @@
148149
</StackPanel>
149150
</Grid>
150151
</ScrollViewer>
151-
</Page>
152+
</ui:Page>

Flow.Launcher/Resources/Pages/WelcomePage1.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Flow.Launcher.Resources.Pages
2525
/// <summary>
2626
/// WelcomePage1.xaml에 대한 상호 작용 논리
2727
/// </summary>
28-
public partial class WelcomePage1 : Page
28+
public partial class WelcomePage1
2929
{
3030

3131
public WelcomePage1(Settings settings)

Flow.Launcher/Resources/Pages/WelcomePage2.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Page
1+
<ui:Page
22
x:Class="Flow.Launcher.Resources.Pages.WelcomePage2"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -119,4 +119,4 @@
119119
</StackPanel>
120120
</Grid>
121121
</ScrollViewer>
122-
</Page>
122+
</ui:Page>

Flow.Launcher/Resources/Pages/WelcomePage2.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Flow.Launcher.Resources.Pages
2020
/// <summary>
2121
/// WelcomePage2.xaml에 대한 상호 작용 논리
2222
/// </summary>
23-
public partial class WelcomePage2 : Page
23+
public partial class WelcomePage2
2424
{
2525
private readonly Settings settings;
2626

Flow.Launcher/Resources/Pages/WelcomePage3.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<Page
1+
<ui:Page
22
x:Class="Flow.Launcher.Resources.Pages.WelcomePage3"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:local="clr-namespace:Flow.Launcher.Resources.Pages"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8+
xmlns:ui="http://schemas.modernwpf.com/2019"
89
Title="WelcomePage3"
910
mc:Ignorable="d">
1011
<Page.Resources>
@@ -303,4 +304,4 @@
303304

304305
</Grid>
305306
</ScrollViewer>
306-
</Page>
307+
</ui:Page>

Flow.Launcher/Resources/Pages/WelcomePage3.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
namespace Flow.Launcher.Resources.Pages
1818
{
1919

20-
public partial class WelcomePage3 : Page
20+
public partial class WelcomePage3
2121
{
2222
public WelcomePage3()
2323
{

Flow.Launcher/Resources/Pages/WelcomePage4.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<Page
1+
<ui:Page
22
x:Class="Flow.Launcher.Resources.Pages.WelcomePage4"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:local="clr-namespace:Flow.Launcher.Resources.Pages"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8+
xmlns:ui="http://schemas.modernwpf.com/2019"
89
Title="WelcomePage4"
910
d:DesignHeight="450"
1011
d:DesignWidth="800"
@@ -132,4 +133,4 @@
132133
</StackPanel>
133134
</Grid>
134135
</ScrollViewer>
135-
</Page>
136+
</ui:Page>

Flow.Launcher/Resources/Pages/WelcomePage4.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Flow.Launcher.Resources.Pages
1818
/// <summary>
1919
/// WelcomePage4.xaml에 대한 상호 작용 논리
2020
/// </summary>
21-
public partial class WelcomePage4 : Page
21+
public partial class WelcomePage4
2222
{
2323
public WelcomePage4()
2424
{

Flow.Launcher/Resources/Pages/WelcomePage5.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<Page
1+
<ui:Page
22
x:Class="Flow.Launcher.Resources.Pages.WelcomePage5"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:local="clr-namespace:Flow.Launcher.Resources.Pages"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8+
xmlns:ui="http://schemas.modernwpf.com/2019"
89
xmlns:userSettings="clr-namespace:Flow.Launcher.Infrastructure.UserSettings;assembly=Flow.Launcher.Infrastructure"
910
Title="WelcomePage5"
1011
d:DesignHeight="450"
@@ -118,4 +119,4 @@
118119
</StackPanel>
119120
</Grid>
120121
</ScrollViewer>
121-
</Page>
122+
</ui:Page>

Flow.Launcher/Resources/Pages/WelcomePage5.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace Flow.Launcher.Resources.Pages
2323
{
24-
public partial class WelcomePage5 : Page
24+
public partial class WelcomePage5
2525
{
2626
private const string StartupPath = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run";
2727
private readonly Settings settings;

0 commit comments

Comments
 (0)