diff --git a/src/Ursa.Themes.Semi/Controls/Anchor.axaml b/src/Ursa.Themes.Semi/Controls/Anchor.axaml index 4682cbc..b16326c 100644 --- a/src/Ursa.Themes.Semi/Controls/Anchor.axaml +++ b/src/Ursa.Themes.Semi/Controls/Anchor.axaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:u="https://irihi.tech/ursa" xmlns:iri="https://irihi.tech/shared" - xmlns:converters="clr-namespace:Ursa.Themes.Semi.Converters"> + xmlns:converters="using:Ursa.Themes.Semi.Converters"> diff --git a/src/Ursa.Themes.Semi/Controls/Badge.axaml b/src/Ursa.Themes.Semi/Controls/Badge.axaml index f94bd6e..5d36f67 100644 --- a/src/Ursa.Themes.Semi/Controls/Badge.axaml +++ b/src/Ursa.Themes.Semi/Controls/Badge.axaml @@ -2,7 +2,7 @@ xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:u="https://irihi.tech/ursa" - xmlns:converters="clr-namespace:Ursa.Converters;assembly=Ursa"> + xmlns:converters="using:Ursa.Converters"> diff --git a/src/Ursa.Themes.Semi/Controls/Clock.axaml b/src/Ursa.Themes.Semi/Controls/Clock.axaml index 4e1c5f9..124133e 100644 --- a/src/Ursa.Themes.Semi/Controls/Clock.axaml +++ b/src/Ursa.Themes.Semi/Controls/Clock.axaml @@ -2,7 +2,7 @@ xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:u="https://irihi.tech/ursa" - xmlns:converters="clr-namespace:Ursa.Themes.Semi.Converters"> + xmlns:converters="using:Ursa.Themes.Semi.Converters"> diff --git a/src/Ursa.Themes.Semi/Controls/Form.axaml b/src/Ursa.Themes.Semi/Controls/Form.axaml index a72a2dd..fa3aeea 100644 --- a/src/Ursa.Themes.Semi/Controls/Form.axaml +++ b/src/Ursa.Themes.Semi/Controls/Form.axaml @@ -2,7 +2,7 @@ xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:u="https://irihi.tech/ursa" - xmlns:converters="clr-namespace:Ursa.Themes.Semi.Converters"> + xmlns:converters="using:Ursa.Themes.Semi.Converters"> + xmlns:converters="using:Ursa.Themes.Semi.Converters"> + xmlns:converters="using:Avalonia.Controls.Converters"> diff --git a/src/Ursa.Themes.Semi/Controls/Loading.axaml b/src/Ursa.Themes.Semi/Controls/Loading.axaml index 72b5868..8590c15 100644 --- a/src/Ursa.Themes.Semi/Controls/Loading.axaml +++ b/src/Ursa.Themes.Semi/Controls/Loading.axaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:u="https://irihi.tech/ursa" xmlns:iri="https://irihi.tech/shared" - xmlns:converters="clr-namespace:Ursa.Themes.Semi.Converters"> + xmlns:converters="using:Ursa.Themes.Semi.Converters"> diff --git a/src/Ursa.Themes.Semi/Controls/NavMenu.axaml b/src/Ursa.Themes.Semi/Controls/NavMenu.axaml index 96955bd..974918e 100644 --- a/src/Ursa.Themes.Semi/Controls/NavMenu.axaml +++ b/src/Ursa.Themes.Semi/Controls/NavMenu.axaml @@ -2,7 +2,7 @@ xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:u="https://irihi.tech/ursa" - xmlns:converters="clr-namespace:Ursa.Themes.Semi.Converters"> + xmlns:converters="using:Ursa.Themes.Semi.Converters"> diff --git a/src/Ursa.Themes.Semi/Controls/Timeline.axaml b/src/Ursa.Themes.Semi/Controls/Timeline.axaml index 98631f7..5658fc7 100644 --- a/src/Ursa.Themes.Semi/Controls/Timeline.axaml +++ b/src/Ursa.Themes.Semi/Controls/Timeline.axaml @@ -1,8 +1,7 @@ + xmlns:u="https://irihi.tech/ursa"> diff --git a/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml b/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml index 848c22b..e6bd13e 100644 --- a/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml @@ -3,8 +3,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:u="https://irihi.tech/ursa" xmlns:iri="https://irihi.tech/shared" - xmlns:converters="clr-namespace:Avalonia.Controls.Converters;assembly=Avalonia.Controls" - xmlns:converters1="clr-namespace:Ursa.Converters;assembly=Ursa"> + xmlns:converters="using:Avalonia.Controls.Converters" + xmlns:converters1="using:Ursa.Converters">