<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.7.25380.108" />

CLSID

static class CLSID
using System; namespace Windows.Win32.System.Com { internal static class CLSID { internal static Guid AutoComplete { get; } = new Guid(12265315, 27255, 4560, 165, 53, 0, 192, 79, 215, 208, 98); internal static Guid DragDropHelper { get; } = new Guid(1180116874, 16667, 4562, 131, 154, 0, 192, 79, 217, 24, 208); internal static Guid FileSaveDialog { get; } = new Guid(3233080051, 47649, 18291, 141, 186, 51, 94, 201, 70, 235, 139); internal static Guid FileOpenDialog { get; } = new Guid(3692845724, 59530, 19934, 165, 161, 96, 248, 42, 32, 174, 247); internal static Guid StdGlobalInterfaceTable { get; } = new Guid(803, 0, 0, 192, 0, 0, 0, 0, 0, 0, 70); } }