diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/AutoSuggestBox/AutoSuggestBox.cs b/source/iNKORE.UI.WPF.Modern.Controls/Controls/AutoSuggestBox/AutoSuggestBox.cs
index fc7bd5f5..428ea9b6 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/AutoSuggestBox/AutoSuggestBox.cs
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/AutoSuggestBox/AutoSuggestBox.cs
@@ -8,6 +8,7 @@
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Threading;
+using iNKORE.UI.WPF.Converters;
using iNKORE.UI.WPF.Helpers;
using iNKORE.UI.WPF.Modern.Common;
using iNKORE.UI.WPF.Modern.Common.Converters;
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/AutoSuggestBox/AutoSuggestBoxHelper.cs b/source/iNKORE.UI.WPF.Modern.Controls/Controls/AutoSuggestBox/AutoSuggestBoxHelper.cs
index d8fe9634..c5a88cbe 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/AutoSuggestBox/AutoSuggestBoxHelper.cs
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/AutoSuggestBox/AutoSuggestBoxHelper.cs
@@ -5,6 +5,7 @@
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
+using iNKORE.UI.WPF.Converters;
using iNKORE.UI.WPF.Modern.Common;
using iNKORE.UI.WPF.Modern.Common.Converters;
using iNKORE.UI.WPF.Modern.Controls.Helpers;
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/CommandBarFlyout/CommandBarFlyout.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/CommandBarFlyout/CommandBarFlyout.xaml
index 42b65a46..3854d2e9 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/CommandBarFlyout/CommandBarFlyout.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/CommandBarFlyout/CommandBarFlyout.xaml
@@ -4,11 +4,12 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
xmlns:primitives="clr-namespace:iNKORE.UI.WPF.Modern.Controls.Primitives"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
-
-
+
+
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/ContentDialog/ContentDialog.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/ContentDialog/ContentDialog.xaml
index a2c19cb3..418a5fa6 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/ContentDialog/ContentDialog.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/ContentDialog/ContentDialog.xaml
@@ -3,10 +3,11 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
- xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern" xmlns:common="clr-namespace:iNKORE.UI.WPF.Modern.Controls.Common">
+ xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf">
-
+
@@ -81,7 +82,7 @@
-
+
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/FlipView/FlipView.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/FlipView/FlipView.xaml
index c6056fcd..bd5784ad 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/FlipView/FlipView.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/FlipView/FlipView.xaml
@@ -2,13 +2,14 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
-
-
-
-
+
+
+
+
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/ListView/GridView.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/ListView/GridView.xaml
index 7f184f0c..22203a60 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/ListView/GridView.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/ListView/GridView.xaml
@@ -2,11 +2,12 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
-
-
+
+
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/ListView/ListView.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/ListView/ListView.xaml
index 506d4550..cb2a0031 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/ListView/ListView.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/ListView/ListView.xaml
@@ -3,11 +3,12 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
-
-
+
+
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/MediaPlayerElement/MediaTransportControls.cs b/source/iNKORE.UI.WPF.Modern.Controls/Controls/MediaPlayerElement/MediaTransportControls.cs
index 464cfdd0..e1f21fff 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/MediaPlayerElement/MediaTransportControls.cs
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/MediaPlayerElement/MediaTransportControls.cs
@@ -1,4 +1,5 @@
-using iNKORE.UI.WPF.Helpers;
+using iNKORE.UI.WPF.Converters;
+using iNKORE.UI.WPF.Helpers;
using iNKORE.UI.WPF.Modern.Common.Converters;
using iNKORE.UI.WPF.Modern.Controls.Primitives;
using iNKORE.UI.WPF.Modern.Helpers;
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/MediaPlayerElement/MediaTransportControls.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/MediaPlayerElement/MediaTransportControls.xaml
index f16fa57c..72ead78c 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/MediaPlayerElement/MediaTransportControls.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/MediaPlayerElement/MediaTransportControls.xaml
@@ -3,6 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
@@ -13,7 +14,7 @@
-
+
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/MessageBox/MessageBox.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/MessageBox/MessageBox.xaml
index 8074f171..a2642754 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/MessageBox/MessageBox.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/MessageBox/MessageBox.xaml
@@ -2,10 +2,11 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
-
+
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/NavigationView/NavigationView.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/NavigationView/NavigationView.xaml
index 48ffa878..1b3e5b14 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/NavigationView/NavigationView.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/NavigationView/NavigationView.xaml
@@ -4,14 +4,15 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
xmlns:primitives="clr-namespace:iNKORE.UI.WPF.Modern.Controls.Primitives"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
-
-
-
+
+
+
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/NumberBox/NumberBox.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/NumberBox/NumberBox.xaml
index f72a2134..aa1af82e 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/NumberBox/NumberBox.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/NumberBox/NumberBox.xaml
@@ -3,6 +3,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
@@ -10,8 +11,8 @@
-
-
+
+
0,0,8,0
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/ProgressBar/ProgressBar.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/ProgressBar/ProgressBar.xaml
index b11bf0f1..cba21f51 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/ProgressBar/ProgressBar.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/ProgressBar/ProgressBar.xaml
@@ -4,11 +4,12 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
-
-
+
+
diff --git a/source/iNKORE.UI.WPF.Modern.Controls/Controls/RadioMenuItem/RadioMenuItem.xaml b/source/iNKORE.UI.WPF.Modern.Controls/Controls/RadioMenuItem/RadioMenuItem.xaml
index fe0d3b07..4b2377e5 100644
--- a/source/iNKORE.UI.WPF.Modern.Controls/Controls/RadioMenuItem/RadioMenuItem.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Controls/Controls/RadioMenuItem/RadioMenuItem.xaml
@@ -3,9 +3,10 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:iNKORE.UI.WPF.Modern.Controls"
+ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
-
+