diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0a7531cd..223edb61 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
continue-on-error: true
run: |
dotnet build .\source\iNKORE.UI.WPF.Modern
- dotnet build .\source\iNKORE.UI.WPF.Modern.SampleApp
+ dotnet build .\source\iNKORE.UI.WPF.Modern.Gallery
# dotnet pack .\source\iNKORE.UI.WPF.Modern.Controls --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
- name: Upload binary libraries of iNKORE.UI.WPF.Modern.Controls
@@ -36,5 +36,5 @@ jobs:
- name: Upload sample apps
uses: actions/upload-artifact@v3
with:
- name: iNKORE.UI.WPF.Modern.SampleApp files
- path: .\source\iNKORE.UI.WPF.Modern.SampleApp\bin\Debug
+ name: iNKORE.UI.WPF.Modern.Gallery files
+ path: .\source\iNKORE.UI.WPF.Modern.Gallery\bin\Debug
diff --git a/README.md b/README.md
index 8fffc98f..99753cc0 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@
- ![Home of the SampleApp (Light theme)](docs/images/screenshot_home.png "Home of the SampleApp (Light theme)")
+ ![Home of the Gallery (Light theme)](docs/images/screenshot_home.png "Home of the Gallery (Light theme)")
# ✨ Features
diff --git a/iNKORE.UI.WPF.Modern.sln b/iNKORE.UI.WPF.Modern.sln
index 362661bc..21475d12 100644
--- a/iNKORE.UI.WPF.Modern.sln
+++ b/iNKORE.UI.WPF.Modern.sln
@@ -23,7 +23,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iNKORE.UI.WPF.Modern", "sou
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iNKORE.UI.WPF.Modern.Controls", "source\Inkore.UI.WPF.Modern.Controls\iNKORE.UI.WPF.Modern.Controls.csproj", "{FE80560D-40A3-4469-AC0A-C725B583CAA7}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iNKORE.UI.WPF.Modern.SampleApp", "source\Inkore.UI.WPF.Modern.SampleApp\iNKORE.UI.WPF.Modern.SampleApp.csproj", "{54049F5E-E57B-433E-B316-3C51F25B523D}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iNKORE.UI.WPF.Modern.Gallery", "source\Inkore.UI.WPF.Modern.Gallery\iNKORE.UI.WPF.Modern.Gallery.csproj", "{54049F5E-E57B-433E-B316-3C51F25B523D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfApp1", "source\samples\WpfApp1\WpfApp1.csproj", "{DBB698F7-FB37-4514-82C2-DA3C71A4B92F}"
EndProject
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/AllControlsPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/AllControlsPage.xaml
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/AllControlsPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/AllControlsPage.xaml
index 873b90f9..fcb72119 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/AllControlsPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/AllControlsPage.xaml
@@ -1,9 +1,9 @@
/// A page that displays a grouped collection of items.
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/App.config b/source/iNKORE.UI.WPF.Modern.Gallery/App.config
similarity index 66%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/App.config
rename to source/iNKORE.UI.WPF.Modern.Gallery/App.config
index ca964608..40fc8537 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/App.config
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/App.config
@@ -2,21 +2,21 @@
-
+
-
+
0
-
+
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/App.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/App.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/App.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/App.xaml
index ea654a88..8c3be20f 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/App.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/App.xaml
@@ -1,10 +1,10 @@
All controls
iNKORE.UI.WPF.Modern Gallery
- SDK 0.10.0
What's New
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/App.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/App.xaml.cs
similarity index 84%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/App.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/App.xaml.cs
index fb39ed13..5e640991 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/App.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/App.xaml.cs
@@ -1,8 +1,8 @@
-using iNKORE.UI.WPF.Modern.SampleApp.DataModel;
+using iNKORE.UI.WPF.Modern.Gallery.DataModel;
using System.Reflection;
using System;
-namespace iNKORE.UI.WPF.Modern.SampleApp
+namespace iNKORE.UI.WPF.Modern.Gallery
{
public partial class App
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/AppIcon.ico b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/AppIcon.ico
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/AppIcon.ico
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/AppIcon.ico
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/CoffeeCup.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/CoffeeCup.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/CoffeeCup.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/CoffeeCup.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Contacts.txt b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Contacts.txt
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Contacts.txt
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Contacts.txt
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ContentDialog.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ContentDialog.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ContentDialog.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ContentDialog.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AcrylicBrushIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AcrylicBrushIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AcrylicBrushIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AcrylicBrushIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AnimationsIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AnimationsIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AnimationsIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AnimationsIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AppBarButtonIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AppBarButtonIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AppBarButtonIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AppBarButtonIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AppBarIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AppBarIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AppBarIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AppBarIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AppBarSeparatorIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AppBarSeparatorIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AppBarSeparatorIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AppBarSeparatorIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AppBarToggleButtonIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AppBarToggleButtonIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AppBarToggleButtonIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AppBarToggleButtonIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AutoSuggestBoxIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AutoSuggestBoxIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/AutoSuggestBoxIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/AutoSuggestBoxIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/BorderIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/BorderIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/BorderIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/BorderIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ButtonIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ButtonIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ButtonIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ButtonIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CalendarDatePickerIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CalendarDatePickerIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CalendarDatePickerIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CalendarDatePickerIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CalendarViewIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CalendarViewIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CalendarViewIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CalendarViewIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CanvasIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CanvasIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CanvasIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CanvasIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CheckBoxIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CheckBoxIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CheckBoxIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CheckBoxIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ColorPickerIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ColorPickerIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ColorPickerIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ColorPickerIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ComboBoxIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ComboBoxIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ComboBoxIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ComboBoxIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CommandBarFlyoutIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CommandBarFlyoutIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CommandBarFlyoutIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CommandBarFlyoutIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CommandBarIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CommandBarIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CommandBarIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CommandBarIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CompactSizingIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CompactSizingIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/CompactSizingIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/CompactSizingIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ConnectedAnimationsIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ConnectedAnimationsIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ConnectedAnimationsIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ConnectedAnimationsIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/DatePickerIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/DatePickerIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/DatePickerIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/DatePickerIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/DefaultIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/DefaultIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/DefaultIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/DefaultIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/DropdownButtonIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/DropdownButtonIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/DropdownButtonIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/DropdownButtonIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/EasingFunctionsIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/EasingFunctionsIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/EasingFunctionsIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/EasingFunctionsIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/FlipViewIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/FlipViewIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/FlipViewIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/FlipViewIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/FlyoutIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/FlyoutIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/FlyoutIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/FlyoutIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/GridIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/GridIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/GridIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/GridIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/GridViewIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/GridViewIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/GridViewIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/GridViewIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/HyperlinkButtonIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/HyperlinkButtonIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/HyperlinkButtonIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/HyperlinkButtonIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ImageIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ImageIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ImageIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ImageIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/InkCanvasIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/InkCanvasIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/InkCanvasIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/InkCanvasIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ListBoxIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ListBoxIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ListBoxIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ListBoxIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ListViewIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ListViewIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ListViewIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ListViewIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/MapControlIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/MapControlIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/MapControlIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/MapControlIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/MediaElementIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/MediaElementIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/MediaElementIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/MediaElementIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/MenuBarIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/MenuBarIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/MenuBarIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/MenuBarIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/MenuFlyoutIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/MenuFlyoutIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/MenuFlyoutIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/MenuFlyoutIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/NavigationViewIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/NavigationViewIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/NavigationViewIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/NavigationViewIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/NumberBoxIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/NumberBoxIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/NumberBoxIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/NumberBoxIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ParallaxViewIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ParallaxViewIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ParallaxViewIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ParallaxViewIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/PasswordBoxIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/PasswordBoxIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/PasswordBoxIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/PasswordBoxIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/PersonPictureIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/PersonPictureIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/PersonPictureIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/PersonPictureIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/PivotIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/PivotIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/PivotIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/PivotIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ProgressBarIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ProgressBarIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ProgressBarIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ProgressBarIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ProgressRingIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ProgressRingIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ProgressRingIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ProgressRingIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/PullToRefreshIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/PullToRefreshIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/PullToRefreshIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/PullToRefreshIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RadioButtonIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RadioButtonIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RadioButtonIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RadioButtonIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RadioButtonsIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RadioButtonsIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RadioButtonsIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RadioButtonsIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RatingControlIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RatingControlIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RatingControlIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RatingControlIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RelativePanelIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RelativePanelIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RelativePanelIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RelativePanelIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RevealFocusIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RevealFocusIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RevealFocusIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RevealFocusIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RichEditBoxIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RichEditBoxIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RichEditBoxIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RichEditBoxIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RichTextBlockIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RichTextBlockIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/RichTextBlockIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/RichTextBlockIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ScrollViewerIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ScrollViewerIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ScrollViewerIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ScrollViewerIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SliderIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SliderIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SliderIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SliderIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SoundIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SoundIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SoundIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SoundIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SplitButtonIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SplitButtonIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SplitButtonIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SplitButtonIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SplitViewIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SplitViewIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SplitViewIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SplitViewIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/StackPanelIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/StackPanelIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/StackPanelIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/StackPanelIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/StoryboardAnimationIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/StoryboardAnimationIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/StoryboardAnimationIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/StoryboardAnimationIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SwipeIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SwipeIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SwipeIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SwipeIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SystemBackdropsIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SystemBackdropsIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/SystemBackdropsIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/SystemBackdropsIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TeachingTipIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TeachingTipIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TeachingTipIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TeachingTipIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TextBlockIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TextBlockIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TextBlockIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TextBlockIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TextBoxIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TextBoxIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TextBoxIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TextBoxIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TimePickerIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TimePickerIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TimePickerIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TimePickerIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TimingDurationIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TimingDurationIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TimingDurationIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TimingDurationIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ToggleButtonIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ToggleButtonIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ToggleButtonIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ToggleButtonIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ToggleSplitButtonIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ToggleSplitButtonIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ToggleSplitButtonIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ToggleSplitButtonIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ToggleSwitchIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ToggleSwitchIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ToggleSwitchIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ToggleSwitchIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ToolTipIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ToolTipIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ToolTipIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ToolTipIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TransitionsIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TransitionsIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TransitionsIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TransitionsIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TreeViewIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TreeViewIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/TreeViewIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/TreeViewIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/VariableSizedWrapGridIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/VariableSizedWrapGridIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/VariableSizedWrapGridIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/VariableSizedWrapGridIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ViewBoxIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ViewBoxIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/ViewBoxIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/ViewBoxIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/WebViewIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/WebViewIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/WebViewIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/WebViewIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/new.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/new.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/new.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/new.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/previewIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/previewIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/previewIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/previewIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/updatedIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/updatedIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlIcons/updatedIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlIcons/updatedIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Acrylic.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Acrylic.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Acrylic.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Acrylic.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AnimatedIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AnimatedIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AnimatedIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AnimatedIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AnimatedVisualPlayer.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AnimatedVisualPlayer.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AnimatedVisualPlayer.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AnimatedVisualPlayer.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AnimationInterop.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AnimationInterop.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AnimationInterop.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AnimationInterop.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AppBarButton.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AppBarButton.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AppBarButton.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AppBarButton.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AppBarSeparator.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AppBarSeparator.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AppBarSeparator.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AppBarSeparator.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AppBarToggleButton.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AppBarToggleButton.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AppBarToggleButton.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AppBarToggleButton.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AutoSuggestBox.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AutoSuggestBox.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AutoSuggestBox.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AutoSuggestBox.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AutomationProperties.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AutomationProperties.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/AutomationProperties.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/AutomationProperties.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Border.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Border.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Border.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Border.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/BreadcrumbBar.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/BreadcrumbBar.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/BreadcrumbBar.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/BreadcrumbBar.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Button.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Button.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Button.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Button.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/CalendarDatePicker.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/CalendarDatePicker.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/CalendarDatePicker.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/CalendarDatePicker.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/CalendarView.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/CalendarView.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/CalendarView.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/CalendarView.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Canvas.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Canvas.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Canvas.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Canvas.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Checkbox.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Checkbox.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Checkbox.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Checkbox.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ColorPaletteResources.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ColorPaletteResources.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ColorPaletteResources.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ColorPaletteResources.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ColorPicker.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ColorPicker.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ColorPicker.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ColorPicker.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ComboBox.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ComboBox.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ComboBox.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ComboBox.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/CommandBar.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/CommandBar.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/CommandBar.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/CommandBar.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/CommandBarFlyout.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/CommandBarFlyout.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/CommandBarFlyout.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/CommandBarFlyout.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/CompactSizing.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/CompactSizing.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/CompactSizing.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/CompactSizing.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ConnectedAnimation.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ConnectedAnimation.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ConnectedAnimation.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ConnectedAnimation.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ContentDialog.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ContentDialog.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ContentDialog.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ContentDialog.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/DataGrid.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/DataGrid.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/DataGrid.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/DataGrid.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/DatePicker.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/DatePicker.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/DatePicker.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/DatePicker.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/DropDownButton.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/DropDownButton.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/DropDownButton.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/DropDownButton.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/EasingFunction.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/EasingFunction.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/EasingFunction.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/EasingFunction.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Expander.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Expander.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Expander.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Expander.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/FlipView.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/FlipView.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/FlipView.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/FlipView.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Flyout.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Flyout.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Flyout.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Flyout.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Grid.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Grid.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Grid.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Grid.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/GridView.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/GridView.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/GridView.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/GridView.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/HyperlinkButton.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/HyperlinkButton.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/HyperlinkButton.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/HyperlinkButton.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/IconElement.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/IconElement.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/IconElement.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/IconElement.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Image.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Image.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Image.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Image.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ImplicitTransition.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ImplicitTransition.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ImplicitTransition.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ImplicitTransition.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/InfoBadge.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/InfoBadge.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/InfoBadge.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/InfoBadge.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/InfoBar.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/InfoBar.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/InfoBar.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/InfoBar.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/InkCanvas.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/InkCanvas.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/InkCanvas.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/InkCanvas.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/InkToolbar.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/InkToolbar.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/InkToolbar.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/InkToolbar.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/InputValidation.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/InputValidation.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/InputValidation.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/InputValidation.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ItemsRepeater.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ItemsRepeater.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ItemsRepeater.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ItemsRepeater.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ListBox.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ListBox.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ListBox.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ListBox.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ListView.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ListView.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ListView.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ListView.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/MediaPlayerElement.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/MediaPlayerElement.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/MediaPlayerElement.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/MediaPlayerElement.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/MenuBar.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/MenuBar.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/MenuBar.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/MenuBar.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/MenuFlyout.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/MenuFlyout.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/MenuFlyout.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/MenuFlyout.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/NavigationView.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/NavigationView.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/NavigationView.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/NavigationView.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/NumberBox.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/NumberBox.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/NumberBox.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/NumberBox.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/PageTransition.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/PageTransition.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/PageTransition.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/PageTransition.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ParallaxView.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ParallaxView.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ParallaxView.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ParallaxView.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/PasswordBox.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/PasswordBox.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/PasswordBox.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/PasswordBox.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/PersonPicture.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/PersonPicture.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/PersonPicture.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/PersonPicture.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/PipsPager.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/PipsPager.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/PipsPager.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/PipsPager.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Pivot.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Pivot.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Pivot.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Pivot.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ProgressBar.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ProgressBar.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ProgressBar.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ProgressBar.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ProgressRing.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ProgressRing.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ProgressRing.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ProgressRing.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/PullToRefresh.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/PullToRefresh.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/PullToRefresh.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/PullToRefresh.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RadialGradientBrush.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RadialGradientBrush.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RadialGradientBrush.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RadialGradientBrush.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RadioButton.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RadioButton.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RadioButton.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RadioButton.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RadioButtons.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RadioButtons.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RadioButtons.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RadioButtons.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RatingControl.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RatingControl.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RatingControl.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RatingControl.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RelativePanel.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RelativePanel.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RelativePanel.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RelativePanel.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RepeatButton.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RepeatButton.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RepeatButton.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RepeatButton.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RevealFocus.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RevealFocus.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RevealFocus.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RevealFocus.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RichEditBox.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RichEditBox.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RichEditBox.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RichEditBox.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RichTextBlock.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RichTextBlock.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/RichTextBlock.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/RichTextBlock.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ScrollViewer.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ScrollViewer.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ScrollViewer.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ScrollViewer.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/SemanticZoom.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/SemanticZoom.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/SemanticZoom.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/SemanticZoom.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Slider.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Slider.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Slider.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Slider.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Sound.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Sound.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/Sound.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/Sound.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/SplitButton.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/SplitButton.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/SplitButton.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/SplitButton.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/SplitView.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/SplitView.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/SplitView.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/SplitView.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/StackPanel.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/StackPanel.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/StackPanel.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/StackPanel.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/StandardUICommand.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/StandardUICommand.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/StandardUICommand.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/StandardUICommand.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/SwipeControl.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/SwipeControl.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/SwipeControl.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/SwipeControl.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TabView.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TabView.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TabView.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TabView.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TeachingTip.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TeachingTip.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TeachingTip.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TeachingTip.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TextBlock.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TextBlock.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TextBlock.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TextBlock.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TextBox.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TextBox.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TextBox.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TextBox.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ThemeTransition.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ThemeTransition.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ThemeTransition.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ThemeTransition.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TimePicker.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TimePicker.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TimePicker.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TimePicker.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ToggleButton.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ToggleButton.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ToggleButton.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ToggleButton.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ToggleSplitButton.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ToggleSplitButton.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ToggleSplitButton.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ToggleSplitButton.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ToggleSwitch.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ToggleSwitch.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ToggleSwitch.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ToggleSwitch.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ToolTip.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ToolTip.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ToolTip.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ToolTip.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TreeView.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TreeView.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/TreeView.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/TreeView.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/VariableSizedWrapGrid.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/VariableSizedWrapGrid.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/VariableSizedWrapGrid.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/VariableSizedWrapGrid.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ViewBox.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ViewBox.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/ViewBox.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/ViewBox.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/WebView.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/WebView.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/WebView.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/WebView.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/XamlUICommand.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/XamlUICommand.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ControlImages/XamlUICommand.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ControlImages/XamlUICommand.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/CopyLinkTeachingTip.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/CopyLinkTeachingTip.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/CopyLinkTeachingTip.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/CopyLinkTeachingTip.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/DarkGray.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/DarkGray.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/DarkGray.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/DarkGray.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/InnerPage_Banner.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/InnerPage_Banner.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/InnerPage_Banner.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/InnerPage_Banner.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/LightGray.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/LightGray.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/LightGray.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/LightGray.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/LottieLogo1.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/LottieLogo1.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/LottieLogo1.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/LottieLogo1.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/MainPage_Banner.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/MainPage_Banner.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/MainPage_Banner.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/MainPage_Banner.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/MediumGray.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/MediumGray.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/MediumGray.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/MediumGray.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/AllControlsIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/AllControlsIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/AllControlsIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/AllControlsIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/ButtonsIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/ButtonsIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/ButtonsIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/ButtonsIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/CollectionIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/CollectionIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/CollectionIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/CollectionIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/CommandingIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/CommandingIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/CommandingIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/CommandingIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/FlyoutIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/FlyoutIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/FlyoutIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/FlyoutIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/LayoutIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/LayoutIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/LayoutIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/LayoutIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/MediaIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/MediaIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/MediaIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/MediaIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/NewControlsIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/NewControlsIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/NewControlsIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/NewControlsIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/ObjectQuickAnimation.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/ObjectQuickAnimation.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/ObjectQuickAnimation.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/ObjectQuickAnimation.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/PickerIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/PickerIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/PickerIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/PickerIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/TextIcon.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/TextIcon.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/NavigationViewItemIcons/TextIcon.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/NavigationViewItemIcons/TextIcon.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage1.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage1.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage1.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage1.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage2.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage2.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage2.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage2.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage3.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage3.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage3.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage3.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage4.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage4.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage4.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage4.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage5.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage5.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage5.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage5.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage6.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage6.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage6.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage6.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage7.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage7.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage7.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage7.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage8.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage8.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/LandscapeImage8.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/LandscapeImage8.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/MirrorPCConsent.svg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/MirrorPCConsent.svg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/MirrorPCConsent.svg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/MirrorPCConsent.svg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/cliff.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/cliff.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/cliff.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/cliff.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/fishes.wmv b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/fishes.wmv
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/fishes.wmv
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/fishes.wmv
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/grapes.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/grapes.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/grapes.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/grapes.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/ladybug.wmv b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/ladybug.wmv
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/ladybug.wmv
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/ladybug.wmv
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/rainier.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/rainier.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/rainier.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/rainier.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/sunset.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/sunset.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/sunset.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/sunset.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/treetops.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/treetops.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/treetops.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/treetops.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/valley.jpg b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/valley.jpg
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SampleMedia/valley.jpg
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SampleMedia/valley.jpg
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SemanticZoom.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SemanticZoom.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SemanticZoom.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SemanticZoom.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SettingsFlyout.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SettingsFlyout.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SettingsFlyout.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SettingsFlyout.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Slices.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Slices.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Slices.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Slices.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Slices2.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Slices2.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Slices2.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Slices2.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SunBlack.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SunBlack.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SunBlack.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SunBlack.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SunWhite.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/SunWhite.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/SunWhite.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/SunWhite.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/TabViewIcons/cmd.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/TabViewIcons/cmd.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/TabViewIcons/cmd.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/TabViewIcons/cmd.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/TabViewIcons/linux.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/TabViewIcons/linux.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/TabViewIcons/linux.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/TabViewIcons/linux.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/TabViewIcons/powershell.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/TabViewIcons/powershell.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/TabViewIcons/powershell.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/TabViewIcons/powershell.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/BadgeLogo.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/BadgeLogo.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/BadgeLogo.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/BadgeLogo.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/BadgeLogo.scale-125.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/BadgeLogo.scale-125.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/BadgeLogo.scale-125.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/BadgeLogo.scale-125.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/BadgeLogo.scale-150.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/BadgeLogo.scale-150.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/BadgeLogo.scale-150.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/BadgeLogo.scale-150.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/BadgeLogo.scale-200.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/BadgeLogo.scale-200.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/BadgeLogo.scale-200.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/BadgeLogo.scale-200.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/BadgeLogo.scale-400.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/BadgeLogo.scale-400.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/BadgeLogo.scale-400.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/BadgeLogo.scale-400.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/LargeTile.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/LargeTile.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/LargeTile.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/LargeTile.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/LargeTile.scale-125.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/LargeTile.scale-125.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/LargeTile.scale-125.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/LargeTile.scale-125.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/LargeTile.scale-150.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/LargeTile.scale-150.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/LargeTile.scale-150.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/LargeTile.scale-150.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/LargeTile.scale-200.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/LargeTile.scale-200.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/LargeTile.scale-200.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/LargeTile.scale-200.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/LargeTile.scale-400.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/LargeTile.scale-400.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/LargeTile.scale-400.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/LargeTile.scale-400.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-16.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-16.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-16.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-16.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-24.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-24.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-24.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-24.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-256.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-256.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-256.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-256.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-32.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-32.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-32.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-32.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-48.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-48.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-48.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-lightunplated_targetsize-48.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-16.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-16.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-16.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-16.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-20.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-20.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-20.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-20.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-24.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-24.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-24.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-24.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-256.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-256.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-256.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-256.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-30.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-30.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-30.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-30.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-32.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-32.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-32.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-32.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-36.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-36.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-36.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-36.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-40.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-40.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-40.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-40.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-48.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-48.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-48.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-48.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-60.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-60.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-60.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-60.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-64.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-64.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-64.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-64.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-72.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-72.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-72.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-72.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-80.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-80.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-80.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-80.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-96.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-96.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-96.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.altform-unplated_targetsize-96.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.scale-125.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.scale-125.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.scale-125.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.scale-125.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.scale-150.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.scale-150.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.scale-150.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.scale-150.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.scale-200.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.scale-200.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.scale-200.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.scale-200.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.scale-400.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.scale-400.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.scale-400.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.scale-400.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-16.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-16.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-16.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-16.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-20.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-20.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-20.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-20.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-24.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-24.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-24.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-24.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-256.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-256.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-256.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-256.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-30.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-30.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-30.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-30.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-32.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-32.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-32.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-32.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-36.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-36.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-36.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-36.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-40.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-40.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-40.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-40.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-48.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-48.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-48.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-48.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-60.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-60.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-60.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-60.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-64.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-64.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-64.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-64.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-72.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-72.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-72.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-72.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-80.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-80.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-80.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-80.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-96.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-96.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile-sdk.targetsize-96.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile-sdk.targetsize-96.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile.scale-125.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile.scale-125.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile.scale-125.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile.scale-125.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile.scale-150.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile.scale-150.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile.scale-150.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile.scale-150.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile.scale-200.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile.scale-200.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile.scale-200.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile.scale-200.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile.scale-400.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile.scale-400.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/SmallTile.scale-400.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/SmallTile.scale-400.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/StoreLogo-sdk.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/StoreLogo-sdk.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/StoreLogo-sdk.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/StoreLogo-sdk.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/StoreLogo-sdk.scale-125.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/StoreLogo-sdk.scale-125.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/StoreLogo-sdk.scale-125.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/StoreLogo-sdk.scale-125.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/StoreLogo-sdk.scale-150.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/StoreLogo-sdk.scale-150.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/StoreLogo-sdk.scale-150.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/StoreLogo-sdk.scale-150.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/StoreLogo-sdk.scale-200.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/StoreLogo-sdk.scale-200.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/StoreLogo-sdk.scale-200.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/StoreLogo-sdk.scale-200.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/StoreLogo-sdk.scale-400.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/StoreLogo-sdk.scale-400.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/StoreLogo-sdk.scale-400.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/StoreLogo-sdk.scale-400.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/Tile_General.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/Tile_General.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/Tile_General.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/Tile_General.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideLogo.scale-80.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideLogo.scale-80.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideLogo.scale-80.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideLogo.scale-80.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideTile.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideTile.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideTile.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideTile.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideTile.scale-125.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideTile.scale-125.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideTile.scale-125.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideTile.scale-125.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideTile.scale-150.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideTile.scale-150.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideTile.scale-150.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideTile.scale-150.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideTile.scale-200.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideTile.scale-200.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideTile.scale-200.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideTile.scale-200.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideTile.scale-400.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideTile.scale-400.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/WideTile.scale-400.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/WideTile.scale-400.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-100_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-100_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-100_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-100_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-125_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-125_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-125_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-125_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-150_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-150_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-150_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-150_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-200_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-200_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-200_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-200_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-400_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-400_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-400_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.scale-400_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-16_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-16_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-16_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-16_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-16_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-16_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-16_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-16_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-20_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-20_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-20_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-20_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-20_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-20_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-20_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-20_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-24_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-24_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-24_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-24_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-24_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-24_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-24_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-24_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-256_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-256_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-256_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-256_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-256_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-256_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-256_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-256_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-30_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-30_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-30_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-30_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-30_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-30_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-30_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-30_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-32_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-32_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-32_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-32_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-32_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-32_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-32_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-32_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-36_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-36_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-36_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-36_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-36_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-36_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-36_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-36_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-40_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-40_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-40_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-40_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-40_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-40_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-40_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-40_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-48_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-48_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-48_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-48_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-48_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-48_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-48_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-48_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-60_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-60_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-60_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-60_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-60_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-60_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-60_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-60_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-64_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-64_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-64_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-64_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-64_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-64_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-64_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-64_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-72_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-72_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-72_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-72_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-72_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-72_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-72_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-72_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-80_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-80_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-80_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-80_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-80_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-80_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-80_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-80_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-96_altform-unplated_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-96_altform-unplated_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-96_altform-unplated_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-96_altform-unplated_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-96_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-96_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-96_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryAppList.targetsize-96_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-100_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-100_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-100_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-100_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-125_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-125_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-125_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-125_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-150_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-150_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-150_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-150_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-200_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-200_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-200_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-200_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-400_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-400_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-400_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryBadgeLogo.scale-400_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-100_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-100_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-100_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-100_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-125_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-125_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-125_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-125_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-150_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-150_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-150_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-150_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-200_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-200_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-200_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-200_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-400_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-400_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-400_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryLargeTile.scale-400_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-100_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-100_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-100_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-100_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-125_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-125_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-125_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-125_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-150_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-150_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-150_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-150_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-200_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-200_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-200_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-200_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-400_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-400_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-400_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryMedTile.scale-400_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-100_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-100_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-100_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-100_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-125_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-125_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-125_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-125_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-150_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-150_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-150_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-150_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-200_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-200_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-200_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-200_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-400_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-400_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-400_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySmallTile.scale-400_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-100_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-100_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-100_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-100_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-125_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-125_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-125_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-125_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-150_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-150_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-150_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-150_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-200_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-200_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-200_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-200_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-400_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-400_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-400_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGallerySplashScreen.scale-400_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-100_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-100_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-100_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-100_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-125_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-125_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-125_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-125_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-150_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-150_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-150_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-150_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-200_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-200_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-200_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-200_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-400_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-400_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-400_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryStoreLogo.scale-400_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-100_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-100_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-100_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-100_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-125_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-125_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-125_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-125_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-150_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-150_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-150_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-150_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-200_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-200_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-200_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-200_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-400_contrast-black.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-400_contrast-black.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-400_contrast-black.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-black/XAMLControlsGalleryWideTile.scale-400_contrast-black.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-100_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-100_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-100_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-100_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-125_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-125_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-125_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-125_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-150_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-150_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-150_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-150_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-200_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-200_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-200_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-200_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-400_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-400_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-400_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.scale-400_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-16_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-16_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-16_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-16_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-16_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-16_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-16_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-16_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-20_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-20_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-20_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-20_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-20_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-20_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-20_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-20_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-24_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-24_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-24_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-24_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-24_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-24_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-24_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-24_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-256_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-256_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-256_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-256_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-256_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-256_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-256_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-256_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-30_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-30_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-30_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-30_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-30_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-30_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-30_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-30_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-32_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-32_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-32_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-32_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-32_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-32_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-32_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-32_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-36_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-36_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-36_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-36_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-36_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-36_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-36_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-36_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-40_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-40_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-40_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-40_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-40_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-40_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-40_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-40_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-48_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-48_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-48_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-48_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-48_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-48_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-48_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-48_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-60_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-60_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-60_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-60_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-60_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-60_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-60_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-60_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-64_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-64_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-64_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-64_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-64_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-64_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-64_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-64_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-72_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-72_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-72_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-72_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-72_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-72_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-72_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-72_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-80_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-80_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-80_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-80_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-80_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-80_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-80_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-80_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-96_altform-unplated_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-96_altform-unplated_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-96_altform-unplated_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-96_altform-unplated_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-96_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-96_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-96_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryAppList.targetsize-96_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-100_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-100_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-100_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-100_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-125_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-125_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-125_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-125_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-150_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-150_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-150_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-150_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-200_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-200_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-200_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-200_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-400_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-400_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-400_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryBadgeLogo.scale-400_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-100_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-100_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-100_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-100_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-125_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-125_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-125_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-125_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-150_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-150_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-150_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-150_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-200_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-200_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-200_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-200_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-400_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-400_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-400_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryLargeTile.scale-400_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-100_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-100_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-100_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-100_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-125_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-125_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-125_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-125_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-150_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-150_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-150_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-150_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-200_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-200_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-200_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-200_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-400_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-400_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-400_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryMedTile.scale-400_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-100_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-100_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-100_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-100_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-125_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-125_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-125_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-125_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-150_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-150_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-150_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-150_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-200_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-200_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-200_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-200_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-400_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-400_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-400_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySmallTile.scale-400_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-100_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-100_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-100_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-100_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-125_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-125_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-125_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-125_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-150_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-150_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-150_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-150_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-200_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-200_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-200_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-200_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-400_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-400_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-400_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGallerySplashScreen.scale-400_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-100_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-100_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-100_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-100_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-125_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-125_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-125_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-125_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-150_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-150_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-150_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-150_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-200_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-200_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-200_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-200_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-400_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-400_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-400_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryStoreLogo.scale-400_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-100_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-100_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-100_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-100_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-125_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-125_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-125_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-125_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-150_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-150_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-150_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-150_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-200_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-200_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-200_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-200_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-400_contrast-white.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-400_contrast-white.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-400_contrast-white.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/contrast-white/XAMLControlsGalleryWideTile.scale-400_contrast-white.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/splash-sdk.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/splash-sdk.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/splash-sdk.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/splash-sdk.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/splash-sdk.scale-125.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/splash-sdk.scale-125.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/splash-sdk.scale-125.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/splash-sdk.scale-125.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/splash-sdk.scale-150.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/splash-sdk.scale-150.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/splash-sdk.scale-150.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/splash-sdk.scale-150.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/splash-sdk.scale-200.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/splash-sdk.scale-200.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/splash-sdk.scale-200.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/splash-sdk.scale-200.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/splash-sdk.scale-400.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/splash-sdk.scale-400.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/splash-sdk.scale-400.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/splash-sdk.scale-400.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/squaretile-sdk.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/squaretile-sdk.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/squaretile-sdk.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/squaretile-sdk.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/squaretile-sdk.scale-125.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/squaretile-sdk.scale-125.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/squaretile-sdk.scale-125.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/squaretile-sdk.scale-125.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/squaretile-sdk.scale-150.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/squaretile-sdk.scale-150.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/squaretile-sdk.scale-150.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/squaretile-sdk.scale-150.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/squaretile-sdk.scale-200.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/squaretile-sdk.scale-200.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/squaretile-sdk.scale-200.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/squaretile-sdk.scale-200.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/squaretile-sdk.scale-400.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/squaretile-sdk.scale-400.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/squaretile-sdk.scale-400.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/squaretile-sdk.scale-400.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/widelogo.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/widelogo.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/widelogo.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/widelogo.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/widelogo.scale-140.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/widelogo.scale-140.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/widelogo.scale-140.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/widelogo.scale-140.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/widelogo.scale-180.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/widelogo.scale-180.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Tiles/widelogo.scale-180.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Tiles/widelogo.scale-180.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/WideLogo.scale-80.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/WideLogo.scale-80.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/WideLogo.scale-80.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/WideLogo.scale-80.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/WinUI3Hero.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/WinUI3Hero.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/WinUI3Hero.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/WinUI3Hero.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Windows_Desktop.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/Windows_Desktop.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/Windows_Desktop.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/Windows_Desktop.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/badgelogo.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/badgelogo.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/badgelogo.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/badgelogo.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/badgelogo.scale-140.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/badgelogo.scale-140.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/badgelogo.scale-140.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/badgelogo.scale-140.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/badgelogo.scale-180.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/badgelogo.scale-180.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/badgelogo.scale-180.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/badgelogo.scale-180.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/blank.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/blank.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/blank.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/blank.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/file.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/file.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/file.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/file.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/folder.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/folder.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/folder.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/folder.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/gettingStarted.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/gettingStarted.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/gettingStarted.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/gettingStarted.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/githubTile.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/githubTile.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/githubTile.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/githubTile.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/mtns.csv b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/mtns.csv
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/mtns.csv
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/mtns.csv
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ninegrid.gif b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/ninegrid.gif
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/ninegrid.gif
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/ninegrid.gif
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/style-1x.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/style-1x.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/style-1x.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/style-1x.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/template_studio.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/template_studio.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/template_studio.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/template_studio.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/widelogo.scale-100.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/widelogo.scale-100.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/widelogo.scale-100.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/widelogo.scale-100.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/widelogo.scale-140.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/widelogo.scale-140.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/widelogo.scale-140.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/widelogo.scale-140.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Assets/widelogo.scale-180.png b/source/iNKORE.UI.WPF.Modern.Gallery/Assets/widelogo.scale-180.png
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Assets/widelogo.scale-180.png
rename to source/iNKORE.UI.WPF.Modern.Gallery/Assets/widelogo.scale-180.png
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/ActivityFeedLayout.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/ActivityFeedLayout.cs
similarity index 99%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/ActivityFeedLayout.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/ActivityFeedLayout.cs
index 17906201..c2f1d12b 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/ActivityFeedLayout.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/ActivityFeedLayout.cs
@@ -3,7 +3,7 @@
using System.Collections.Generic;
using System.Windows;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
class ActivityFeedLayout : VirtualizingLayout
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/BoolNegationConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/BoolNegationConverter.cs
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/BoolNegationConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/BoolNegationConverter.cs
index 73ce03a8..608c51cb 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/BoolNegationConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/BoolNegationConverter.cs
@@ -2,7 +2,7 @@
using System.Globalization;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
///
/// Value converter that applies NOT operator to a value.
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/BooleanToValueConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/BooleanToValueConverter.cs
similarity index 91%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/BooleanToValueConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/BooleanToValueConverter.cs
index 77d798b7..3da1f628 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/BooleanToValueConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/BooleanToValueConverter.cs
@@ -2,7 +2,7 @@
using System.Globalization;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public sealed class BooleanToValueConverter : IValueConverter
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/BrushToColorConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/BrushToColorConverter.cs
similarity index 93%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/BrushToColorConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/BrushToColorConverter.cs
index 0d291bdf..b41b6467 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/BrushToColorConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/BrushToColorConverter.cs
@@ -3,7 +3,7 @@
using System.Windows.Data;
using System.Windows.Media;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class BrushToColorConverter : IValueConverter
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/Category.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/Category.cs
similarity index 90%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/Category.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/Category.cs
index d13f4810..860ac6c9 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/Category.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/Category.cs
@@ -1,7 +1,7 @@
using iNKORE.UI.WPF.Modern.Controls;
using System;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class CategoryBase { }
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/CornerRadiusToDoubleConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/CornerRadiusToDoubleConverter.cs
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/CornerRadiusToDoubleConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/CornerRadiusToDoubleConverter.cs
index 5b300769..dc02a3c1 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/CornerRadiusToDoubleConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/CornerRadiusToDoubleConverter.cs
@@ -3,7 +3,7 @@
using System.Windows;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class CornerRadiusToDoubleConverter : IValueConverter
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/DynamicResourceHelper.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/DynamicResourceHelper.cs
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/DynamicResourceHelper.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/DynamicResourceHelper.cs
index eb66f239..0634b70b 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/DynamicResourceHelper.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/DynamicResourceHelper.cs
@@ -1,6 +1,6 @@
using System.Windows;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public static class DynamicResourceHelper
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/EqualsConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/EqualsConverter.cs
similarity index 91%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/EqualsConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/EqualsConverter.cs
index 4c71279c..82d8adbb 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/EqualsConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/EqualsConverter.cs
@@ -2,7 +2,7 @@
using System.Globalization;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class EqualsConverter : IValueConverter
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/Extensions.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/Extensions.cs
similarity index 92%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/Extensions.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/Extensions.cs
index 5a584385..6ee482e3 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/Extensions.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/Extensions.cs
@@ -1,6 +1,6 @@
using System.Windows;
-namespace iNKORE.UI.WPF.Modern.SampleApp
+namespace iNKORE.UI.WPF.Modern.Gallery
{
public static class Extensions
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/FontIconExtension.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/FontIconExtension.cs
similarity index 92%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/FontIconExtension.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/FontIconExtension.cs
index 995bec4b..d01d9ff0 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/FontIconExtension.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/FontIconExtension.cs
@@ -2,7 +2,7 @@
using System;
using System.Windows.Markup;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
[MarkupExtensionReturnType(typeof(FontIcon))]
public class FontIconExtension : MarkupExtension
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/ImageLoader.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/ImageLoader.cs
similarity index 93%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/ImageLoader.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/ImageLoader.cs
index 850e4299..3b68d196 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/ImageLoader.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/ImageLoader.cs
@@ -1,4 +1,4 @@
-using iNKORE.UI.WPF.Modern.SampleApp.DataModel;
+using iNKORE.UI.WPF.Modern.Gallery.DataModel;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -8,7 +8,7 @@
using System.Windows.Controls;
using System.Windows.Media.Imaging;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class ImageLoader
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/InverseAppThemeConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/InverseAppThemeConverter.cs
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/InverseAppThemeConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/InverseAppThemeConverter.cs
index a665dd40..fb99bbf4 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/InverseAppThemeConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/InverseAppThemeConverter.cs
@@ -2,7 +2,7 @@
using System.Globalization;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class InverseAppThemeConverter : IValueConverter
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/InvertThemeConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/InvertThemeConverter.cs
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/InvertThemeConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/InvertThemeConverter.cs
index 17ed7115..ad226e15 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/InvertThemeConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/InvertThemeConverter.cs
@@ -2,7 +2,7 @@
using System.Globalization;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class InvertThemeConverter : IValueConverter
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/ItemCountConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/ItemCountConverter.cs
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/ItemCountConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/ItemCountConverter.cs
index d6184853..3854f972 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/ItemCountConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/ItemCountConverter.cs
@@ -2,7 +2,7 @@
using System.Globalization;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class ItemCountConverter : IValueConverter
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/LanguageList.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/LanguageList.cs
similarity index 99%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/LanguageList.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/LanguageList.cs
index d8641245..43c9e16c 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/LanguageList.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/LanguageList.cs
@@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
internal class LanguageList
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/MenuItemTemplateSelector.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/MenuItemTemplateSelector.cs
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/MenuItemTemplateSelector.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/MenuItemTemplateSelector.cs
index 0db8c632..13dcf04b 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/MenuItemTemplateSelector.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/MenuItemTemplateSelector.cs
@@ -3,7 +3,7 @@
using System.Windows.Controls;
using System.Windows.Markup;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
[ContentProperty("ItemTemplate")]
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/NullToVisibilityConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/NullToVisibilityConverter.cs
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/NullToVisibilityConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/NullToVisibilityConverter.cs
index 2980b39f..a85fb079 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/NullToVisibilityConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/NullToVisibilityConverter.cs
@@ -7,7 +7,7 @@
using System.Windows;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class NullToVisibilityConverter : IValueConverter
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/RelativeToAbsoluteConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/RelativeToAbsoluteConverter.cs
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/RelativeToAbsoluteConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/RelativeToAbsoluteConverter.cs
index 6179d39b..45285b25 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/RelativeToAbsoluteConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/RelativeToAbsoluteConverter.cs
@@ -7,7 +7,7 @@
using System.Threading.Tasks;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class RelativeToAbsoluteConverter : IValueConverter
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/SolidColorBrushToColorStringConverter.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/SolidColorBrushToColorStringConverter.cs
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/SolidColorBrushToColorStringConverter.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/SolidColorBrushToColorStringConverter.cs
index b439e57c..055cd760 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/SolidColorBrushToColorStringConverter.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/SolidColorBrushToColorStringConverter.cs
@@ -4,7 +4,7 @@
using System.Windows.Data;
using System.Windows.Media;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public class SolidColorBrushToColorStringConverter : IValueConverter
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/StaticResourceHelper.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/StaticResourceHelper.cs
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/StaticResourceHelper.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/StaticResourceHelper.cs
index b4cd7fae..1405772d 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/StaticResourceHelper.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/StaticResourceHelper.cs
@@ -1,6 +1,6 @@
using System.Windows;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
public static class StaticResourceHelper
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/WindowExtensions.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/WindowExtensions.cs
similarity index 90%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/WindowExtensions.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/WindowExtensions.cs
index d247250c..4706b750 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/WindowExtensions.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/WindowExtensions.cs
@@ -1,7 +1,7 @@
using System.Windows;
using System.Windows.Interop;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Helpers
+namespace iNKORE.UI.WPF.Modern.Gallery.Helpers
{
public static class WindowExtensions
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/WindowHelper.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/WindowHelper.cs
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/WindowHelper.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/WindowHelper.cs
index 1857ba04..2854961f 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/WindowHelper.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/WindowHelper.cs
@@ -6,7 +6,7 @@
using System.Threading.Tasks;
using System.Windows;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Common
+namespace iNKORE.UI.WPF.Modern.Gallery.Common
{
// Helper class to allow the app to find the Window that contains an
// arbitrary UIElement (GetWindowForElement). To do this, we keep track
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/WindowPlacement.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Common/WindowPlacement.cs
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Common/WindowPlacement.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Common/WindowPlacement.cs
index a1ec477e..5005d6a4 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Common/WindowPlacement.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Common/WindowPlacement.cs
@@ -5,7 +5,7 @@
using System.Xml;
using System.Xml.Serialization;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Helpers
+namespace iNKORE.UI.WPF.Modern.Gallery.Helpers
{
// RECT structure required by WINDOWPLACEMENT structure
[Serializable]
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/AcrylicPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/AcrylicPage.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/AcrylicPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/AcrylicPage.xaml
index 21e3c6bf..b02ca569 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/AcrylicPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/AcrylicPage.xaml
@@ -1,9 +1,9 @@
/// AcrylicPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/AppBarButtonPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/AppBarButtonPage.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/AppBarButtonPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/AppBarButtonPage.xaml
index 7d058981..0da20d95 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/AppBarButtonPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/AppBarButtonPage.xaml
@@ -1,9 +1,9 @@
/// Interaction logic for AutoSuggestBoxPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/AutomationPropertiesPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/AutomationPropertiesPage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/AutomationPropertiesPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/AutomationPropertiesPage.xaml
index 71fb1c29..a84cea04 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/AutomationPropertiesPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/AutomationPropertiesPage.xaml
@@ -1,9 +1,9 @@
/// AutomationPropertiesPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/BorderPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/BorderPage.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/BorderPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/BorderPage.xaml
index 4958ff71..c3ec7df3 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/BorderPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/BorderPage.xaml
@@ -1,9 +1,9 @@
/// BorderPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ButtonPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ButtonPage.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ButtonPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ButtonPage.xaml
index 380e27d2..d3af34b8 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ButtonPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ButtonPage.xaml
@@ -1,9 +1,9 @@
/// ButtonPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CalendarDatePickerPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CalendarDatePickerPage.xaml
similarity index 89%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CalendarDatePickerPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CalendarDatePickerPage.xaml
index 5b83403b..391edd08 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CalendarDatePickerPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CalendarDatePickerPage.xaml
@@ -1,9 +1,9 @@
/// CalendarDatePickerPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CalendarViewPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CalendarViewPage.xaml
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CalendarViewPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CalendarViewPage.xaml
index 2f0e410a..bd7e7249 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CalendarViewPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CalendarViewPage.xaml
@@ -1,9 +1,9 @@
/// CalendarViewPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CanvasPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CanvasPage.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CanvasPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CanvasPage.xaml
index cf2ebd87..24d4fa3d 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CanvasPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CanvasPage.xaml
@@ -1,9 +1,9 @@
/// CanvasPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CheckBoxPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CheckBoxPage.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CheckBoxPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CheckBoxPage.xaml
index e41d7791..45b4761d 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/CheckBoxPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/CheckBoxPage.xaml
@@ -1,9 +1,9 @@
/// ColorPaletteResourcesPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ComboBoxPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ComboBoxPage.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ComboBoxPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ComboBoxPage.xaml
index 4e30ff09..63a6b72b 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ComboBoxPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ComboBoxPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ContentDialogContent.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ContentDialogContent.xaml.cs
similarity index 92%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ContentDialogContent.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ContentDialogContent.xaml.cs
index 6da2edd3..f5be4053 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ContentDialogContent.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ContentDialogContent.xaml.cs
@@ -14,7 +14,7 @@
using System.Windows.Navigation;
using System.Windows.Shapes;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
///
/// ContentDialogContent.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ContentDialogExample.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ContentDialogExample.xaml
similarity index 89%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ContentDialogExample.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ContentDialogExample.xaml
index 581ee688..111cec0d 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ContentDialogExample.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ContentDialogExample.xaml
@@ -1,5 +1,5 @@
/// Interaction logic for DatePickerPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/DropDownButtonPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/DropDownButtonPage.xaml
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/DropDownButtonPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/DropDownButtonPage.xaml
index eaacdb95..1770368e 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/DropDownButtonPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/DropDownButtonPage.xaml
@@ -1,9 +1,9 @@
/// DropDownButtonPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ExpanderPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ExpanderPage.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ExpanderPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ExpanderPage.xaml
index adf50a96..3ae3ac70 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ExpanderPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ExpanderPage.xaml
@@ -1,9 +1,9 @@
/// FlipViewPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/FlyoutPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/FlyoutPage.xaml
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/FlyoutPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/FlyoutPage.xaml
index f5cdbdb2..6e7ebc6e 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/FlyoutPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/FlyoutPage.xaml
@@ -1,9 +1,9 @@
/// GridPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GridSplitterPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GridSplitterPage.xaml
similarity index 92%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GridSplitterPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GridSplitterPage.xaml
index 5fed3994..c1e85a35 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GridSplitterPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GridSplitterPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GridSplitterPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GridSplitterPage.xaml.cs
similarity index 77%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GridSplitterPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GridSplitterPage.xaml.cs
index cb003f73..1c9134a4 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GridSplitterPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GridSplitterPage.xaml.cs
@@ -1,6 +1,6 @@
using System.Windows.Controls;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
public partial class GridSplitterPage
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GridViewPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GridViewPage.xaml
similarity index 99%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GridViewPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GridViewPage.xaml
index 5206425f..56d0f2f3 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GridViewPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GridViewPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GroupBoxPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GroupBoxPage.xaml.cs
similarity index 91%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GroupBoxPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GroupBoxPage.xaml.cs
index 82b05aba..c5b8a3dc 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/GroupBoxPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/GroupBoxPage.xaml.cs
@@ -13,7 +13,7 @@
using System.Windows.Navigation;
using System.Windows.Shapes;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
///
/// Interaction logic for GroupBoxPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/HyperlinkButtonPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/HyperlinkButtonPage.xaml
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/HyperlinkButtonPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/HyperlinkButtonPage.xaml
index d1b8c03a..40115b85 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/HyperlinkButtonPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/HyperlinkButtonPage.xaml
@@ -1,9 +1,9 @@
/// IconElementPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ImagePage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ImagePage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ImagePage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ImagePage.xaml
index b4731391..56ace47a 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ImagePage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ImagePage.xaml
@@ -1,9 +1,9 @@
/// ImagePage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/InfoBadgePage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/InfoBadgePage.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/InfoBadgePage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/InfoBadgePage.xaml
index 41c0582b..7e334d99 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/InfoBadgePage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/InfoBadgePage.xaml
@@ -1,9 +1,9 @@
/// InfoBadgePage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/InfoBarPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/InfoBarPage.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/InfoBarPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/InfoBarPage.xaml
index ed2b50f9..09dfb107 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/InfoBarPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/InfoBarPage.xaml
@@ -1,9 +1,9 @@
/// InfoBarPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ItemsRepeaterPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ItemsRepeaterPage.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ItemsRepeaterPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ItemsRepeaterPage.xaml
index a5500d85..7ca09244 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ItemsRepeaterPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ItemsRepeaterPage.xaml
@@ -1,11 +1,11 @@
/// MediaPlayerElementPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/MenuBarPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/MenuBarPage.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/MenuBarPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/MenuBarPage.xaml
index a29d933f..ad48e70f 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/MenuBarPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/MenuBarPage.xaml
@@ -1,9 +1,9 @@
/// MenuBarPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/MenuFlyoutPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/MenuFlyoutPage.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/MenuFlyoutPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/MenuFlyoutPage.xaml
index 8fa8d567..5cabebfc 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/MenuFlyoutPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/MenuFlyoutPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/MenuPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/MenuPage.xaml.cs
similarity index 91%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/MenuPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/MenuPage.xaml.cs
index 8a8a3c9b..56583883 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/MenuPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/MenuPage.xaml.cs
@@ -13,7 +13,7 @@
using System.Windows.Navigation;
using System.Windows.Shapes;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
///
/// Interaction logic for MenuPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/NavigationViewPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/NavigationViewPage.xaml
similarity index 99%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/NavigationViewPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/NavigationViewPage.xaml
index dece4dc1..b0893a96 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/NavigationViewPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/NavigationViewPage.xaml
@@ -1,10 +1,10 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/NumberBoxPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/NumberBoxPage.xaml.cs
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/NumberBoxPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/NumberBoxPage.xaml.cs
index 116ed8fb..7831b2dd 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/NumberBoxPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/NumberBoxPage.xaml.cs
@@ -2,7 +2,7 @@
using System;
using System.Windows.Controls;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
public partial class NumberBoxPage
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PageTransitionPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PageTransitionPage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PageTransitionPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PageTransitionPage.xaml
index 0afeefd3..9cae48bd 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PageTransitionPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PageTransitionPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PageTransitionPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PageTransitionPage.xaml.cs
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PageTransitionPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PageTransitionPage.xaml.cs
index e0209259..4af82056 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PageTransitionPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PageTransitionPage.xaml.cs
@@ -5,7 +5,7 @@
using Page = iNKORE.UI.WPF.Modern.Controls.Page;
using SamplePages = SamplesCommon.SamplePages;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
public sealed partial class PageTransitionPage : Page
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ParallaxViewPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ParallaxViewPage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ParallaxViewPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ParallaxViewPage.xaml
index 4f0dddc7..001f614b 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ParallaxViewPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ParallaxViewPage.xaml
@@ -1,9 +1,9 @@
/// ParallaxViewPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PasswordBoxPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PasswordBoxPage.xaml
similarity index 91%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PasswordBoxPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PasswordBoxPage.xaml
index 2aea6f5e..c10d3b9d 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PasswordBoxPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PasswordBoxPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PasswordBoxPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PasswordBoxPage.xaml.cs
similarity index 91%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PasswordBoxPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PasswordBoxPage.xaml.cs
index eae424d3..f94840e5 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PasswordBoxPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PasswordBoxPage.xaml.cs
@@ -11,7 +11,7 @@
using System.Windows.Navigation;
using System.Windows.Shapes;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
///
/// Interaction logic for PasswordBoxPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PersonPicturePage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PersonPicturePage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PersonPicturePage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PersonPicturePage.xaml
index e3eb51b8..c8e87c86 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PersonPicturePage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PersonPicturePage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PersonPicturePage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PersonPicturePage.xaml.cs
similarity index 77%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PersonPicturePage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PersonPicturePage.xaml.cs
index b147d244..c9165ce2 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PersonPicturePage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PersonPicturePage.xaml.cs
@@ -1,6 +1,6 @@
using System.Windows.Controls;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
public partial class PersonPicturePage
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PipsPagerPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PipsPagerPage.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PipsPagerPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PipsPagerPage.xaml
index 8bb805a3..c713b3f6 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PipsPagerPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PipsPagerPage.xaml
@@ -1,9 +1,9 @@
/// PipsPagerPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PivotPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PivotPage.xaml
similarity index 90%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PivotPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PivotPage.xaml
index 5570d22b..93cca53d 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PivotPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PivotPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PivotPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PivotPage.xaml.cs
similarity index 75%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PivotPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PivotPage.xaml.cs
index 26f27dd3..127346e4 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PivotPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PivotPage.xaml.cs
@@ -1,6 +1,6 @@
using System.Windows.Controls;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
public partial class PivotPage
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PopupPlacementPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PopupPlacementPage.xaml
similarity index 93%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PopupPlacementPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PopupPlacementPage.xaml
index 004c50da..145d2cf7 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PopupPlacementPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PopupPlacementPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PopupPlacementPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PopupPlacementPage.xaml.cs
similarity index 77%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PopupPlacementPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PopupPlacementPage.xaml.cs
index eb8967df..340bef9c 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/PopupPlacementPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/PopupPlacementPage.xaml.cs
@@ -1,6 +1,6 @@
using System.Windows.Controls;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
public partial class PopupPlacementPage
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ProgressBarPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ProgressBarPage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ProgressBarPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ProgressBarPage.xaml
index ab61f4f6..a6873dd0 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ProgressBarPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ProgressBarPage.xaml
@@ -1,9 +1,9 @@
/// Interaction logic for ProgressRingPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RadialGradientBrushPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RadialGradientBrushPage.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RadialGradientBrushPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RadialGradientBrushPage.xaml
index 41476c33..930859b6 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RadialGradientBrushPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RadialGradientBrushPage.xaml
@@ -1,9 +1,9 @@
/// RadialGradientBrushPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RadioButtonPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RadioButtonPage.xaml
similarity index 92%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RadioButtonPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RadioButtonPage.xaml
index 20956776..a7d6768b 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RadioButtonPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RadioButtonPage.xaml
@@ -1,9 +1,9 @@
/// RadioButtonPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RadioButtonsPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RadioButtonsPage.xaml
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RadioButtonsPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RadioButtonsPage.xaml
index ad041607..07c4cfea 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RadioButtonsPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RadioButtonsPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RatingControlPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RatingControlPage.xaml.cs
similarity index 91%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RatingControlPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RatingControlPage.xaml.cs
index 7bddbf44..1a74645f 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RatingControlPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RatingControlPage.xaml.cs
@@ -11,7 +11,7 @@
using System.Windows.Navigation;
using System.Windows.Shapes;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
///
/// Interaction logic for RatingControlPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RelativePanelPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RelativePanelPage.xaml
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RelativePanelPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RelativePanelPage.xaml
index db19da69..34851d97 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RelativePanelPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RelativePanelPage.xaml
@@ -1,9 +1,9 @@
/// RelativePanelPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RepeatButtonPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RepeatButtonPage.xaml
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RepeatButtonPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RepeatButtonPage.xaml
index 450984a7..9abf5ad7 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RepeatButtonPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RepeatButtonPage.xaml
@@ -1,9 +1,9 @@
/// RepeatButtonPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RichEditBoxPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RichEditBoxPage.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RichEditBoxPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RichEditBoxPage.xaml
index 3a2133c1..0becb937 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/RichEditBoxPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RichEditBoxPage.xaml
@@ -1,5 +1,5 @@
/// ScrollViewerPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ShadowPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ShadowPage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ShadowPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ShadowPage.xaml
index 6aa87f1d..bf595cc3 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ShadowPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ShadowPage.xaml
@@ -1,5 +1,5 @@
/// Interaction logic for ShadowPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SliderPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SliderPage.xaml
similarity index 99%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SliderPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SliderPage.xaml
index 25630539..b493a6ce 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SliderPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SliderPage.xaml
@@ -1,5 +1,5 @@
/// SplitButtonPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SplitViewPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SplitViewPage.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SplitViewPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SplitViewPage.xaml
index 6934b2a9..bd3ec273 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SplitViewPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SplitViewPage.xaml
@@ -1,8 +1,8 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SplitViewPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SplitViewPage.xaml.cs
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SplitViewPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SplitViewPage.xaml.cs
index d0a0ea6f..c44475d4 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SplitViewPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SplitViewPage.xaml.cs
@@ -4,7 +4,7 @@
using System.Windows;
using System.Windows.Controls;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
public sealed partial class SplitViewPage
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/StackPanelPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/StackPanelPage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/StackPanelPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/StackPanelPage.xaml
index 6c343b2a..4a3e00c4 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/StackPanelPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/StackPanelPage.xaml
@@ -1,5 +1,5 @@
/// Interaction logic for StatusBarPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SystemBackdropsPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SystemBackdropsPage.xaml
similarity index 91%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SystemBackdropsPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SystemBackdropsPage.xaml
index b8d62e4d..cedf2710 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/SystemBackdropsPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/SystemBackdropsPage.xaml
@@ -1,9 +1,9 @@
/// SystemBackdropsPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TabViewPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TabViewPage.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TabViewPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TabViewPage.xaml
index 04205a91..36788dfb 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TabViewPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TabViewPage.xaml
@@ -1,9 +1,9 @@
/// TeachingTipPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TestContentDialog.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TestContentDialog.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TestContentDialog.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TestContentDialog.xaml
index 71d06782..ea9dea80 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TestContentDialog.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TestContentDialog.xaml
@@ -1,5 +1,5 @@
/// TextBlockPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TextBoxPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TextBoxPage.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TextBoxPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TextBoxPage.xaml
index 3d63dcb0..ec73691b 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TextBoxPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TextBoxPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ThreadedUIPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ThreadedUIPage.xaml.cs
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ThreadedUIPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ThreadedUIPage.xaml.cs
index 556b0fe8..7c515ae6 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ThreadedUIPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ThreadedUIPage.xaml.cs
@@ -1,4 +1,4 @@
-using iNKORE.UI.WPF.Modern.SampleApp.ThreadedUI;
+using iNKORE.UI.WPF.Modern.Gallery.ThreadedUI;
using SamplesCommon;
using System;
using System.Threading;
@@ -6,7 +6,7 @@
using System.Windows.Controls;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
public partial class ThreadedUIPage
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TimePickerPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TimePickerPage.xaml
similarity index 93%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TimePickerPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TimePickerPage.xaml
index b3db3ba4..ce752fc0 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/TimePickerPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/TimePickerPage.xaml
@@ -1,9 +1,9 @@
/// TimePickerPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleButtonPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleButtonPage.xaml
similarity index 93%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleButtonPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleButtonPage.xaml
index 01bde783..cf60a7cf 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleButtonPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleButtonPage.xaml
@@ -1,9 +1,9 @@
/// ToggleButtonPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleSplitButtonPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleSplitButtonPage.xaml
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleSplitButtonPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleSplitButtonPage.xaml
index b808f5ac..ee68b43f 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleSplitButtonPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleSplitButtonPage.xaml
@@ -1,9 +1,9 @@
/// ToggleSplitButtonPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleSwitchPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleSwitchPage.xaml
similarity index 93%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleSwitchPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleSwitchPage.xaml
index 4e26799f..bb3060ff 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleSwitchPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleSwitchPage.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleSwitchPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleSwitchPage.xaml.cs
similarity index 92%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleSwitchPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleSwitchPage.xaml.cs
index 03cd57e6..85eda87a 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToggleSwitchPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToggleSwitchPage.xaml.cs
@@ -13,7 +13,7 @@
using System.Windows.Navigation;
using System.Windows.Shapes;
-namespace iNKORE.UI.WPF.Modern.SampleApp.ControlPages
+namespace iNKORE.UI.WPF.Modern.Gallery.ControlPages
{
///
/// Interaction logic for ToggleSwitchPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToolBarPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToolBarPage.xaml
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToolBarPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToolBarPage.xaml
index 7bd41aff..6c694440 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToolBarPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToolBarPage.xaml
@@ -1,9 +1,9 @@
/// Interaction logic for ToolBarPage.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToolTipPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToolTipPage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToolTipPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToolTipPage.xaml
index 7ae290bc..eb66e90a 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/ToolTipPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/ToolTipPage.xaml
@@ -1,5 +1,5 @@
/// ViewBoxPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/WebView2Page.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/WebView2Page.xaml
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/WebView2Page.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/WebView2Page.xaml
index fdca58b8..1e2e77bf 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/WebView2Page.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/WebView2Page.xaml
@@ -1,9 +1,9 @@
/// WebView2Page.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/WindowPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/WindowPage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/WindowPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/WindowPage.xaml
index c98e35d2..57e6d8f6 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ControlPages/WindowPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/WindowPage.xaml
@@ -1,5 +1,5 @@
/// Describes a textual substitution in sample content.
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Controls/ControlExample.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Controls/ControlExample.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Controls/ControlExample.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Controls/ControlExample.xaml
index a6d78da9..da2096da 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Controls/ControlExample.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Controls/ControlExample.xaml
@@ -1,9 +1,9 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Controls/HeaderTile.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Controls/HeaderTile.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Controls/HeaderTile.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Controls/HeaderTile.xaml
index c76bf16b..aef8e6c0 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Controls/HeaderTile.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Controls/HeaderTile.xaml
@@ -1,9 +1,9 @@
/// HeaderTile.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Controls/SampleCodePresenter.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Controls/SampleCodePresenter.xaml
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Controls/SampleCodePresenter.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Controls/SampleCodePresenter.xaml
index 657d8e18..6d9e561d 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Controls/SampleCodePresenter.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Controls/SampleCodePresenter.xaml
@@ -1,9 +1,9 @@
/// SampleCodePresenter.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Data/DataGridDataItem.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Data/DataGridDataItem.cs
similarity index 99%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Data/DataGridDataItem.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Data/DataGridDataItem.cs
index 8e5bf4ce..0269a5e0 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Data/DataGridDataItem.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Data/DataGridDataItem.cs
@@ -4,7 +4,7 @@
using System.ComponentModel;
using System.Linq;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Data
+namespace iNKORE.UI.WPF.Modern.Gallery.Data
{
public class DataGridDataItem : INotifyDataErrorInfo, IComparable
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Data/DataGridDataSource.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Data/DataGridDataSource.cs
similarity index 99%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Data/DataGridDataSource.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Data/DataGridDataSource.cs
index e3bd2c1e..24b931f2 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Data/DataGridDataSource.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Data/DataGridDataSource.cs
@@ -8,7 +8,7 @@
using System.Windows;
using System.Windows.Data;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Data
+namespace iNKORE.UI.WPF.Modern.Gallery.Data
{
public class DataGridDataSource
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/DataModel/ControlInfoData.json b/source/iNKORE.UI.WPF.Modern.Gallery/DataModel/ControlInfoData.json
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/DataModel/ControlInfoData.json
rename to source/iNKORE.UI.WPF.Modern.Gallery/DataModel/ControlInfoData.json
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/DataModel/ControlInfoDataItem.cs b/source/iNKORE.UI.WPF.Modern.Gallery/DataModel/ControlInfoDataItem.cs
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/DataModel/ControlInfoDataItem.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/DataModel/ControlInfoDataItem.cs
index 4c4f3d24..11257f64 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/DataModel/ControlInfoDataItem.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/DataModel/ControlInfoDataItem.cs
@@ -9,7 +9,7 @@
using Windows.Data.Json;
using Windows.Storage;
-namespace iNKORE.UI.WPF.Modern.SampleApp.DataModel
+namespace iNKORE.UI.WPF.Modern.Gallery.DataModel
{
///
/// Generic item data model.
@@ -192,7 +192,7 @@ private async Task GetControlInfoDataAsync()
lock (_lock)
{
- string pageRoot = "iNKORE.UI.WPF.Modern.SampleApp.ControlPages.";
+ string pageRoot = "iNKORE.UI.WPF.Modern.Gallery.ControlPages.";
foreach (JsonValue groupValue in jsonArray)
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Helper/NavigationHelper.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Helper/NavigationHelper.cs
similarity index 99%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Helper/NavigationHelper.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Helper/NavigationHelper.cs
index ae97f8ec..156d3bcb 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Helper/NavigationHelper.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Helper/NavigationHelper.cs
@@ -9,7 +9,7 @@
using System.Windows.Navigation;
using Windows.Foundation.Metadata;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Helper
+namespace iNKORE.UI.WPF.Modern.Gallery.Helper
{
///
/// RootFrameNavigationHelper registers for standard mouse and keyboard
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Helper/ThemeHelper.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Helper/ThemeHelper.cs
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Helper/ThemeHelper.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Helper/ThemeHelper.cs
index e8ad6cd8..aacd944c 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Helper/ThemeHelper.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Helper/ThemeHelper.cs
@@ -1,5 +1,5 @@
using iNKORE.UI.WPF.Modern.Helpers;
-using iNKORE.UI.WPF.Modern.SampleApp.Common;
+using iNKORE.UI.WPF.Modern.Gallery.Common;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -8,7 +8,7 @@
using System.Windows;
using Windows.Storage;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Helper
+namespace iNKORE.UI.WPF.Modern.Gallery.Helper
{
///
/// Class providing functionality around switching and restoring theme settings
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/HighContrast.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/HighContrast.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/HighContrast.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/HighContrast.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ItemPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ItemPage.xaml
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ItemPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ItemPage.xaml
index e1beb91e..76b73acd 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ItemPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ItemPage.xaml
@@ -1,13 +1,13 @@
/// ItemPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ItemTemplates.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ItemTemplates.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ItemTemplates.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ItemTemplates.xaml
index c557b4a9..a83583fc 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ItemTemplates.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ItemTemplates.xaml
@@ -1,5 +1,5 @@
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ItemTemplates.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ItemTemplates.xaml.cs
similarity index 93%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ItemTemplates.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ItemTemplates.xaml.cs
index 43a32f5c..c2556a03 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ItemTemplates.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ItemTemplates.xaml.cs
@@ -13,7 +13,7 @@
using System.Windows.Navigation;
using System.Windows.Shapes;
-namespace iNKORE.UI.WPF.Modern.SampleApp
+namespace iNKORE.UI.WPF.Modern.Gallery
{
///
/// ItemTemplates.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ItemsPageBase.cs b/source/iNKORE.UI.WPF.Modern.Gallery/ItemsPageBase.cs
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ItemsPageBase.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/ItemsPageBase.cs
index 6d082f5e..9040b8ac 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ItemsPageBase.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ItemsPageBase.cs
@@ -9,7 +9,7 @@
//*********************************************************
using iNKORE.UI.WPF.Modern.Controls;
using iNKORE.UI.WPF.Modern.Media.Animation;
-using iNKORE.UI.WPF.Modern.SampleApp.DataModel;
+using iNKORE.UI.WPF.Modern.Gallery.DataModel;
using SamplesCommon;
using System;
using System.Collections.Generic;
@@ -22,7 +22,7 @@
using GridView = iNKORE.UI.WPF.Modern.Controls.GridView;
using Page = iNKORE.UI.WPF.Modern.Controls.Page;
-namespace iNKORE.UI.WPF.Modern.SampleApp
+namespace iNKORE.UI.WPF.Modern.Gallery
{
public abstract class ItemsPageBase : Page, INotifyPropertyChanged
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/MainWindow.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/MainWindow.xaml
similarity index 90%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/MainWindow.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/MainWindow.xaml
index 85142374..b9f8e546 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/MainWindow.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/MainWindow.xaml
@@ -1,9 +1,9 @@
+ Source="pack://Application:,,,/iNKORE.UI.WPF.Modern.Gallery;component/Assets/AppIcon.ico" />
/// NavigationRootPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/NewControlsPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/NewControlsPage.xaml
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/NewControlsPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/NewControlsPage.xaml
index fb2261c1..b56f87cf 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/NewControlsPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/NewControlsPage.xaml
@@ -1,14 +1,13 @@
@@ -69,7 +68,7 @@
x:Name="smallHeaderSubtitleText"
Foreground="Black"
Style="{DynamicResource SubtitleTextBlockStyle}"
- Text="{DynamicResource WinUIVersion}"
+ Text="{x:Static ui:ThemeManager.AssemblyVersion}"
Visibility="Visible" />
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/NewControlsPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/NewControlsPage.xaml.cs
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/NewControlsPage.xaml.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/NewControlsPage.xaml.cs
index f6a8484c..7e5efa0c 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/NewControlsPage.xaml.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/NewControlsPage.xaml.cs
@@ -1,6 +1,6 @@
using iNKORE.UI.WPF.Modern.Controls;
-using iNKORE.UI.WPF.Modern.SampleApp.ControlPages;
-using iNKORE.UI.WPF.Modern.SampleApp.DataModel;
+using iNKORE.UI.WPF.Modern.Gallery.ControlPages;
+using iNKORE.UI.WPF.Modern.Gallery.DataModel;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
@@ -17,7 +17,7 @@
using System.Windows.Navigation;
using System.Windows.Shapes;
-namespace iNKORE.UI.WPF.Modern.SampleApp
+namespace iNKORE.UI.WPF.Modern.Gallery
{
///
/// NewControlsPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/PageHeader.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/PageHeader.xaml
similarity index 98%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/PageHeader.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/PageHeader.xaml
index 27905f55..dec73ee1 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/PageHeader.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/PageHeader.xaml
@@ -1,9 +1,9 @@
/// PageHeader.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/ColorPresetResources.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/ColorPresetResources.cs
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/ColorPresetResources.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/ColorPresetResources.cs
index 602f1b9c..d19d16ab 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/ColorPresetResources.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/ColorPresetResources.cs
@@ -1,7 +1,7 @@
using System;
using System.Windows;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Presets
+namespace iNKORE.UI.WPF.Modern.Gallery.Presets
{
public class ColorPresetResources : ResourceDictionary
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Default/Dark.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/Default/Dark.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Default/Dark.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/Default/Dark.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Default/Light.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/Default/Light.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Default/Light.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/Default/Light.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Forest/Dark.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/Forest/Dark.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Forest/Dark.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/Forest/Dark.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Forest/Light.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/Forest/Light.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Forest/Light.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/Forest/Light.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Lavender/Dark.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/Lavender/Dark.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Lavender/Dark.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/Lavender/Dark.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Lavender/Light.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/Lavender/Light.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Lavender/Light.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/Lavender/Light.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Nighttime/Dark.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/Nighttime/Dark.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Nighttime/Dark.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/Nighttime/Dark.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Nighttime/Light.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/Nighttime/Light.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/Nighttime/Light.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/Nighttime/Light.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/PreFluent.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/PreFluent.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/PreFluent.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/PreFluent.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/PresetManager.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/PresetManager.cs
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/PresetManager.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/PresetManager.cs
index 054bbebf..2aba3ea1 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/PresetManager.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/PresetManager.cs
@@ -1,7 +1,7 @@
using SamplesCommon;
using System;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Presets
+namespace iNKORE.UI.WPF.Modern.Gallery.Presets
{
public class PresetManager : BindableBase
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/ShapePresetResources.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/ShapePresetResources.cs
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Presets/ShapePresetResources.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Presets/ShapePresetResources.cs
index 3b99a7e4..df066437 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Presets/ShapePresetResources.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Presets/ShapePresetResources.cs
@@ -1,7 +1,7 @@
using System;
using System.Windows;
-namespace iNKORE.UI.WPF.Modern.SampleApp.Presets
+namespace iNKORE.UI.WPF.Modern.Gallery.Presets
{
public class ShapePresetResources : ResourceDictionary
{
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Properties/AssemblyInfo.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Properties/AssemblyInfo.cs
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Properties/AssemblyInfo.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Properties/AssemblyInfo.cs
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Properties/DesignTimeResources.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Properties/DesignTimeResources.xaml
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Properties/DesignTimeResources.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Properties/DesignTimeResources.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Resources.Designer.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Properties/Resources.Designer.cs
similarity index 96%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Resources.Designer.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Properties/Resources.Designer.cs
index 584fe045..8dc1a5d1 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Resources.Designer.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Properties/Resources.Designer.cs
@@ -8,7 +8,7 @@
//
//------------------------------------------------------------------------------
-namespace iNKORE.UI.WPF.Modern.SampleApp.Properties {
+namespace iNKORE.UI.WPF.Modern.Gallery.Properties {
using System;
@@ -39,7 +39,7 @@ internal Resources() {
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("iNKORE.UI.WPF.Modern.SampleApp.Properties.Resources", typeof(Resources).Assembly);
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("iNKORE.UI.WPF.Modern.Gallery.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
@@ -142,7 +142,7 @@ public static string HTMLOpenTags {
}
///
- /// 查找类似 iNKORE.UI.WPF.Modern.SampleApp.ControlPages. 的本地化字符串。
+ /// 查找类似 iNKORE.UI.WPF.Modern.Gallery.ControlPages. 的本地化字符串。
///
public static string PageStringRoot {
get {
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Resources.resx b/source/iNKORE.UI.WPF.Modern.Gallery/Properties/Resources.resx
similarity index 99%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Resources.resx
rename to source/iNKORE.UI.WPF.Modern.Gallery/Properties/Resources.resx
index 2ede0baf..9d27065e 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Resources.resx
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Properties/Resources.resx
@@ -148,7 +148,7 @@
Opening tags to add to WebView NavigateToString calls
- iNKORE.UI.WPF.Modern.SampleApp.ControlPages.
+ iNKORE.UI.WPF.Modern.Gallery.ControlPages.
Path to control pages. Used to load frame in ItemsPage.
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Settings.Designer.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Properties/Settings.Designer.cs
similarity index 97%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Settings.Designer.cs
rename to source/iNKORE.UI.WPF.Modern.Gallery/Properties/Settings.Designer.cs
index c9bdbab4..1327e1e4 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Settings.Designer.cs
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Properties/Settings.Designer.cs
@@ -8,7 +8,7 @@
//
//------------------------------------------------------------------------------
-namespace iNKORE.UI.WPF.Modern.SampleApp.Properties {
+namespace iNKORE.UI.WPF.Modern.Gallery.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Settings.settings b/source/iNKORE.UI.WPF.Modern.Gallery/Properties/Settings.settings
similarity index 85%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Settings.settings
rename to source/iNKORE.UI.WPF.Modern.Gallery/Properties/Settings.settings
index dfb680bb..d45f6c92 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Properties/Settings.settings
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Properties/Settings.settings
@@ -1,5 +1,5 @@
-
+
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/SamplePages/SampleCompactSizingPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/SamplePages/SampleCompactSizingPage.xaml
similarity index 91%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/SamplePages/SampleCompactSizingPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/SamplePages/SampleCompactSizingPage.xaml
index 2b4795a9..71908184 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/SamplePages/SampleCompactSizingPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/SamplePages/SampleCompactSizingPage.xaml
@@ -1,9 +1,9 @@
/// SampleCompactSizingPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/SamplePages/SampleStandardSizingPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/SamplePages/SampleStandardSizingPage.xaml
similarity index 88%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/SamplePages/SampleStandardSizingPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/SamplePages/SampleStandardSizingPage.xaml
index 596126dc..3a6df117 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/SamplePages/SampleStandardSizingPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/SamplePages/SampleStandardSizingPage.xaml
@@ -1,9 +1,9 @@
/// SampleStandardSizingPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/SamplePages/SampleSystemBackdropsWindow.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/SamplePages/SampleSystemBackdropsWindow.xaml
similarity index 88%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/SamplePages/SampleSystemBackdropsWindow.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/SamplePages/SampleSystemBackdropsWindow.xaml
index abb29af8..e1293143 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/SamplePages/SampleSystemBackdropsWindow.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/SamplePages/SampleSystemBackdropsWindow.xaml
@@ -1,9 +1,9 @@
/// SampleSystemBackdropsWindow.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/SearchResultsPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/SearchResultsPage.xaml
similarity index 94%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/SearchResultsPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/SearchResultsPage.xaml
index 2cc5e1c4..9b912f92 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/SearchResultsPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/SearchResultsPage.xaml
@@ -1,9 +1,9 @@
/// SearchResultsPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/SectionPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/SectionPage.xaml
similarity index 92%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/SectionPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/SectionPage.xaml
index 8505fd43..20e46828 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/SectionPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/SectionPage.xaml
@@ -1,9 +1,9 @@
/// SectionPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/SettingsPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/SettingsPage.xaml
similarity index 99%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/SettingsPage.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/SettingsPage.xaml
index fa754130..8efe012f 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/SettingsPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/SettingsPage.xaml
@@ -1,9 +1,9 @@
/// SettingsPage.xaml 的交互逻辑
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/Themes/Generic.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Themes/Generic.xaml
similarity index 69%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/Themes/Generic.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/Themes/Generic.xaml
index b6b1433b..745555d7 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/Themes/Generic.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/Themes/Generic.xaml
@@ -1,7 +1,7 @@
-
+
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/ThreadedUI/ThreadedProgressBar.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ThreadedUI/ThreadedProgressBar.xaml
similarity index 95%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/ThreadedUI/ThreadedProgressBar.xaml
rename to source/iNKORE.UI.WPF.Modern.Gallery/ThreadedUI/ThreadedProgressBar.xaml
index 0a4fcb44..73b76442 100644
--- a/source/iNKORE.UI.WPF.Modern.SampleApp/ThreadedUI/ThreadedProgressBar.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ThreadedUI/ThreadedProgressBar.xaml
@@ -1,5 +1,5 @@
/// Interaction logic for WindowWithCustomTitleBar.xaml
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/app.manifest b/source/iNKORE.UI.WPF.Modern.Gallery/app.manifest
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/app.manifest
rename to source/iNKORE.UI.WPF.Modern.Gallery/app.manifest
diff --git a/source/iNKORE.UI.WPF.Modern.SampleApp/iNKORE.UI.WPF.Modern.SampleApp.csproj b/source/iNKORE.UI.WPF.Modern.Gallery/iNKORE.UI.WPF.Modern.Gallery.csproj
similarity index 100%
rename from source/iNKORE.UI.WPF.Modern.SampleApp/iNKORE.UI.WPF.Modern.SampleApp.csproj
rename to source/iNKORE.UI.WPF.Modern.Gallery/iNKORE.UI.WPF.Modern.Gallery.csproj
diff --git a/source/iNKORE.UI.WPF.Modern.sln b/source/iNKORE.UI.WPF.Modern.sln
index f45763e5..1fe79827 100644
--- a/source/iNKORE.UI.WPF.Modern.sln
+++ b/source/iNKORE.UI.WPF.Modern.sln
@@ -22,7 +22,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iNKORE.UI.WPF.Modern", "Ink
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iNKORE.UI.WPF.Modern.Controls", "Inkore.UI.WPF.Modern.Controls\iNKORE.UI.WPF.Modern.Controls.csproj", "{FE80560D-40A3-4469-AC0A-C725B583CAA7}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iNKORE.UI.WPF.Modern.SampleApp", "Inkore.UI.WPF.Modern.SampleApp\iNKORE.UI.WPF.Modern.SampleApp.csproj", "{54049F5E-E57B-433E-B316-3C51F25B523D}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iNKORE.UI.WPF.Modern.Gallery", "Inkore.UI.WPF.Modern.Gallery\iNKORE.UI.WPF.Modern.Gallery.csproj", "{54049F5E-E57B-433E-B316-3C51F25B523D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{38204068-E923-4A66-82B9-BD30B3B825D4}"
ProjectSection(SolutionItems) = preProject
diff --git a/source/iNKORE.UI.WPF.Modern/Common/EmptyEnumerator.cs b/source/iNKORE.UI.WPF.Modern/Common/EmptyEnumerator.cs
new file mode 100644
index 00000000..18ca80c4
--- /dev/null
+++ b/source/iNKORE.UI.WPF.Modern/Common/EmptyEnumerator.cs
@@ -0,0 +1,48 @@
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace iNKORE.UI.WPF.Modern.Common
+{
+ public class EmptyEnumerator : IEnumerator
+ {
+ private static IEnumerator _instance;
+
+ public static IEnumerator Instance
+ {
+ get
+ {
+ if (_instance == null)
+ {
+ _instance = new EmptyEnumerator();
+ }
+
+ return _instance;
+ }
+ }
+
+ public object Current
+ {
+ get
+ {
+ throw new InvalidOperationException();
+ }
+ }
+
+ private EmptyEnumerator()
+ {
+ }
+
+ public void Reset()
+ {
+ }
+
+ public bool MoveNext()
+ {
+ return false;
+ }
+ }
+}
\ No newline at end of file
diff --git a/source/iNKORE.UI.WPF.Modern/Common/SingleChildEnumerator.cs b/source/iNKORE.UI.WPF.Modern/Common/SingleChildEnumerator.cs
new file mode 100644
index 00000000..c46508ab
--- /dev/null
+++ b/source/iNKORE.UI.WPF.Modern/Common/SingleChildEnumerator.cs
@@ -0,0 +1,48 @@
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace iNKORE.UI.WPF.Modern.Common
+{
+ public class SingleChildEnumerator : IEnumerator
+ {
+ private int _index = -1;
+
+ private int _count;
+
+ private object _child;
+
+ object IEnumerator.Current
+ {
+ get
+ {
+ if (_index != 0)
+ {
+ return null;
+ }
+
+ return _child;
+ }
+ }
+
+ internal SingleChildEnumerator(object Child)
+ {
+ _child = Child;
+ _count = ((Child != null) ? 1 : 0);
+ }
+
+ bool IEnumerator.MoveNext()
+ {
+ _index++;
+ return _index < _count;
+ }
+
+ void IEnumerator.Reset()
+ {
+ _index = -1;
+ }
+ }
+}
diff --git a/source/iNKORE.UI.WPF.Modern/Controls/ThumbEx.cs b/source/iNKORE.UI.WPF.Modern/Controls/ThumbEx.cs
new file mode 100644
index 00000000..9068786a
--- /dev/null
+++ b/source/iNKORE.UI.WPF.Modern/Controls/ThumbEx.cs
@@ -0,0 +1,67 @@
+using iNKORE.UI.WPF.Modern.Common;
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Markup;
+using System.Windows.Media;
+
+namespace iNKORE.UI.WPF.Modern.Controls
+{
+ [ContentProperty("Content")]
+ public class ThumbEx : Thumb, IAddChild
+ {
+ static ThumbEx()
+ {
+ DefaultStyleKeyProperty.OverrideMetadata(typeof(ThumbEx), new FrameworkPropertyMetadata(typeof(ThumbEx)));
+
+ }
+
+ #region Content
+
+ public static readonly DependencyProperty ContentProperty = ContentControl.ContentProperty.AddOwner(typeof(ThumbEx), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.AffectsMeasure));
+ public object Content
+ {
+ get { return (object)GetValue(ContentProperty); }
+ set { SetValue(ContentProperty, value); }
+ }
+
+
+ protected override IEnumerator LogicalChildren
+ {
+ get
+ {
+ if (Content == null)
+ {
+ return EmptyEnumerator.Instance;
+ }
+
+ return new SingleChildEnumerator(Content);
+ }
+ }
+
+ void IAddChild.AddChild(object value)
+ {
+ if (Content != null)
+ {
+ throw new ArgumentException("CanOnlyHaveOneChild " + GetType().Name, value.GetType().Name);
+ }
+
+ Content = value;
+ }
+
+ void IAddChild.AddText(string text)
+ {
+ //XamlSerializerUtil.ThrowIfNonWhiteSpaceInAddText(text, this);
+ Content = text;
+ }
+
+ #endregion
+ }
+}
diff --git a/source/iNKORE.UI.WPF.Modern/Controls/ThumbEx.xaml b/source/iNKORE.UI.WPF.Modern/Controls/ThumbEx.xaml
new file mode 100644
index 00000000..0c8eb557
--- /dev/null
+++ b/source/iNKORE.UI.WPF.Modern/Controls/ThumbEx.xaml
@@ -0,0 +1,87 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/source/iNKORE.UI.WPF.Modern/Properties/AssemblyInfoCommon.cs b/source/iNKORE.UI.WPF.Modern/Properties/AssemblyInfoCommon.cs
index dd5b40f8..a128845e 100644
--- a/source/iNKORE.UI.WPF.Modern/Properties/AssemblyInfoCommon.cs
+++ b/source/iNKORE.UI.WPF.Modern/Properties/AssemblyInfoCommon.cs
@@ -10,5 +10,5 @@
[assembly: AssemblyTrademark("iNKORE! Studios")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("0.9.24.0")]
-[assembly: AssemblyFileVersion("0.9.24.0")]
+[assembly: AssemblyVersion("0.9.25.0")]
+[assembly: AssemblyFileVersion("0.9.25.0")]
diff --git a/source/iNKORE.UI.WPF.Modern/ThemeManager.cs b/source/iNKORE.UI.WPF.Modern/ThemeManager.cs
index 3db24607..e7d57246 100644
--- a/source/iNKORE.UI.WPF.Modern/ThemeManager.cs
+++ b/source/iNKORE.UI.WPF.Modern/ThemeManager.cs
@@ -21,6 +21,15 @@ public class ThemeManager : DependencyObject
public const string XmlNamespace = "http://schemas.inkore.net/lib/ui/wpf/modern";
+ public static string AssemblyVersion
+ {
+ get
+ {
+ Version version = System.Reflection.Assembly.GetAssembly(typeof(ThemeManager)).GetName().Version;
+ return string.Format("{0}.{1}.{2}", version.Major, version.Minor, version.Build);
+ }
+ }
+
private static readonly Binding _highContrastBinding = new Binding("(SystemParameters.HighContrast)");
private static readonly RoutedEventArgs _actualThemeChangedEventArgs;
diff --git a/source/iNKORE.UI.WPF.Modern/Themes/Generic.xaml b/source/iNKORE.UI.WPF.Modern/Themes/Generic.xaml
index d95b1336..ab803f0f 100644
--- a/source/iNKORE.UI.WPF.Modern/Themes/Generic.xaml
+++ b/source/iNKORE.UI.WPF.Modern/Themes/Generic.xaml
@@ -9,6 +9,7 @@
+
diff --git a/source/iNKORE.UI.WPF.Modern/Themes/Styles/ScrollBar.xaml b/source/iNKORE.UI.WPF.Modern/Themes/Styles/ScrollBar.xaml
index fe8947d9..d6195f82 100644
--- a/source/iNKORE.UI.WPF.Modern/Themes/Styles/ScrollBar.xaml
+++ b/source/iNKORE.UI.WPF.Modern/Themes/Styles/ScrollBar.xaml
@@ -9,10 +9,8 @@
xmlns:m="clr-namespace:iNKORE.UI.WPF.Modern.Markup"
xmlns:chelper="clr-namespace:iNKORE.UI.WPF.Modern.Controls.Helpers"
xmlns:common="clr-namespace:iNKORE.UI.WPF.Modern.Common"
- xmlns:icon="clr-namespace:iNKORE.UI.WPF.Modern.Controls.IconElement"
xmlns:vstates="clr-namespace:iNKORE.UI.WPF.Modern.Common"
- xmlns:root="clr-namespace:iNKORE.UI.WPF.Modern"
- xmlns:titlebar="clr-namespace:iNKORE.UI.WPF.Modern.Controls.TitleBar">
+ xmlns:root="clr-namespace:iNKORE.UI.WPF.Modern">
diff --git a/source/samples/WpfApp1/MainWindow.xaml b/source/samples/WpfApp1/MainWindow.xaml
index 56ee269b..8c3e57b2 100644
--- a/source/samples/WpfApp1/MainWindow.xaml
+++ b/source/samples/WpfApp1/MainWindow.xaml
@@ -147,5 +147,9 @@
+
+
+
+