System.Private.Windows.CoreAppContextSwitches
namespace System.Private.Windows
{
internal static class CoreAppContextSwitches
{
public static bool ClipboardDragDropEnableUnsafeBinaryFormatterSerialization { get; }
public static bool ClipboardDragDropEnableNrbfSerialization { get; }
public static bool DragDropDisableSyncOverAsync { get; }
}
}