From 280c3642be106195c5df56dee2ca4d7c20fd6686 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Wed, 10 Sep 2025 16:38:06 +0200 Subject: [PATCH] Upgrading MarkdownTextBlock package + namespaces --- Directory.Packages.props | 2 +- .../ShortcutControl/ShortcutDialogContentControl.xaml | 4 ++-- .../ShortcutControl/ShortcutWithTextLabelControl.xaml | 4 ++-- .../Settings.UI.XamlIndexBuilder/Program.cs | 1 - .../Controls/PowerAccentShortcutControl.xaml | 4 ++-- .../ShortcutControl/ShortcutDialogContentControl.xaml | 4 ++-- .../ShortcutControl/ShortcutWithTextLabelControl.xaml | 4 ++-- .../SettingsXAML/OOBE/Views/OobeAlwaysOnTop.xaml | 4 ++-- .../Settings.UI/SettingsXAML/OOBE/Views/OobeAwake.xaml | 6 +++--- .../SettingsXAML/OOBE/Views/OobeAwake.xaml.cs | 1 - .../SettingsXAML/OOBE/Views/OobeCmdNotFound.xaml | 4 ++-- .../SettingsXAML/OOBE/Views/OobeCmdPal.xaml | 4 ++-- .../SettingsXAML/OOBE/Views/OobeColorPicker.xaml | 4 ++-- .../SettingsXAML/OOBE/Views/OobeFancyZones.xaml | 6 +++--- .../SettingsXAML/OOBE/Views/OobeFileExplorer.xaml | 4 ++-- .../SettingsXAML/OOBE/Views/OobeFileLocksmith.xaml | 6 +++--- .../SettingsXAML/OOBE/Views/OobeImageResizer.xaml | 6 +++--- .../Settings.UI/SettingsXAML/OOBE/Views/OobeKBM.xaml | 6 +++--- .../SettingsXAML/OOBE/Views/OobeMeasureTool.xaml | 4 ++-- .../SettingsXAML/OOBE/Views/OobeMouseUtils.xaml | 10 +++++----- .../OOBE/Views/OobeMouseWithoutBorders.xaml | 6 +++--- .../SettingsXAML/OOBE/Views/OobeNewPlus.xaml | 6 +++--- .../SettingsXAML/OOBE/Views/OobePowerAccent.xaml | 4 ++-- .../SettingsXAML/OOBE/Views/OobePowerOCR.xaml | 4 ++-- .../SettingsXAML/OOBE/Views/OobePowerRename.xaml | 6 +++--- .../SettingsXAML/OOBE/Views/OobeRegistryPreview.xaml | 6 +++--- .../Settings.UI/SettingsXAML/OOBE/Views/OobeRun.xaml | 4 ++-- .../SettingsXAML/OOBE/Views/OobeWhatsNew.xaml | 5 ++--- .../SettingsXAML/OOBE/Views/OobeWhatsNew.xaml.cs | 4 ++-- .../SettingsXAML/OOBE/Views/OobeWorkspaces.xaml | 6 +++--- .../SettingsXAML/OOBE/Views/OobeZoomIt.xaml | 4 ++-- 31 files changed, 70 insertions(+), 73 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 887ce5e067..3e7c1bae67 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -21,7 +21,7 @@ - + diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/ShortcutControl/ShortcutDialogContentControl.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/ShortcutControl/ShortcutDialogContentControl.xaml index 8ab0fb7586..68ac9e4986 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/ShortcutControl/ShortcutDialogContentControl.xaml +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/ShortcutControl/ShortcutDialogContentControl.xaml @@ -4,7 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="using:Microsoft.CmdPal.UI.Controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:labToolkit="using:CommunityToolkit.Labs.WinUI.MarkdownTextBlock" + xmlns:tkcontrols="using:CommunityToolkit.WinUI.Controls" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" x:Name="ShortcutContentControl" mc:Ignorable="d"> @@ -66,7 +66,7 @@ IsTabStop="{Binding ElementName=ShortcutContentControl, Path=IsWarningAltGr, Mode=OneWay}" Severity="Warning" /> - - @@ -35,7 +35,7 @@ - @@ -71,7 +71,7 @@ Message="{Binding ElementName=ShortcutContentControl, Path=ConflictMessage, Mode=OneWay}" Severity="Warning" /> - diff --git a/src/settings-ui/Settings.UI/SettingsXAML/Controls/ShortcutControl/ShortcutWithTextLabelControl.xaml b/src/settings-ui/Settings.UI/SettingsXAML/Controls/ShortcutControl/ShortcutWithTextLabelControl.xaml index 48f6488c96..bc46c9d17e 100644 --- a/src/settings-ui/Settings.UI/SettingsXAML/Controls/ShortcutControl/ShortcutWithTextLabelControl.xaml +++ b/src/settings-ui/Settings.UI/SettingsXAML/Controls/ShortcutControl/ShortcutWithTextLabelControl.xaml @@ -4,8 +4,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="using:Microsoft.PowerToys.Settings.UI.Controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:labs="using:CommunityToolkit.Labs.WinUI.MarkdownTextBlock" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:tkcontrols="using:CommunityToolkit.WinUI.Controls" d:DesignHeight="300" d:DesignWidth="400" mc:Ignorable="d"> @@ -38,7 +38,7 @@ - @@ -17,7 +17,7 @@ - +