[RegistryPreview]Copy context menu, data tooltip, MULTI_SZ fix (#36631)

* add context menus

* string resources for contextmenu

* fix line break parsing for MULTI_SZ

* better presentation of multiline values and value tooltip

* cleanup
This commit is contained in:
Heiko
2025-01-17 15:53:20 +01:00
committed by GitHub
parent e7abd34778
commit 44f170d4ed
7 changed files with 184 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ using System.IO;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.Windows.ApplicationModel.Resources;
using Windows.ApplicationModel.DataTransfer;
namespace RegistryPreviewUILib
{