4 references to CoreAppContextSwitches
System.Private.Windows.Core (3)
System\Private\Windows\Ole\BinaryFormatUtilities.cs (2)
61
if (!
CoreAppContextSwitches
.ClipboardDragDropEnableUnsafeBinaryFormatterSerialization)
204
if (!
CoreAppContextSwitches
.ClipboardDragDropEnableUnsafeBinaryFormatterSerialization)
System\Private\Windows\Ole\TypeBinder.cs (1)
70
Debug.Assert(
CoreAppContextSwitches
.ClipboardDragDropEnableUnsafeBinaryFormatterSerialization);
System.Windows.Forms (1)
System\Windows\Forms\OLE\DropTarget.cs (1)
200
bool enableSyncOverAsync = !
CoreAppContextSwitches
.DragDropDisableSyncOverAsync;