6 references to CoreAppContextSwitches
Microsoft.Private.Windows.Core (6)
System\Private\Windows\Ole\BinaryFormatUtilities.cs (2)
61if (!CoreAppContextSwitches.ClipboardDragDropEnableUnsafeBinaryFormatterSerialization) 204if (!CoreAppContextSwitches.ClipboardDragDropEnableUnsafeBinaryFormatterSerialization)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
386when (!CoreAppContextSwitches.ClipboardThrowExceptionsForGetAPIs && !e.IsCriticalException()) 400if (CoreAppContextSwitches.ClipboardThrowExceptionsForGetAPIs) 467when (!CoreAppContextSwitches.ClipboardThrowExceptionsForGetAPIs && (!request.TypedRequest || ex is not NotSupportedException))
System\Private\Windows\Ole\TypeBinder.cs (1)
70Debug.Assert(CoreAppContextSwitches.ClipboardDragDropEnableUnsafeBinaryFormatterSerialization);