7 instantiations of NrbfSerializerInClipboardDragDropScope
System.Private.Windows.Core.Tests (3)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (2)
355using (NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: false)) 414using NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: true);
System\Private\Windows\Ole\ClipboardBinaryFormatterFullCompatScope.cs (1)
16_nrbfSerializerInClipboardDragDropScope = new(enable: false);
System.Windows.Forms.Tests (4)
System\Windows\Forms\ClipboardTests.cs (4)
701using (NrbfSerializerInClipboardDragDropScope scope = new(enable: false)) 708using (NrbfSerializerInClipboardDragDropScope scope = new(enable: true)) 743using NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: true); 752using NrbfSerializerInClipboardDragDropScope nrbfScope2 = new(enable: false);
9 references to NrbfSerializerInClipboardDragDropScope
System.Private.Windows.Core.Tests (3)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (2)
355using (NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: false)) 414using NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: true);
System\Private\Windows\Ole\ClipboardBinaryFormatterFullCompatScope.cs (1)
10private readonly NrbfSerializerInClipboardDragDropScope _nrbfSerializerInClipboardDragDropScope;
System.Private.Windows.Core.TestUtilities (2)
NrbfSerializerInClipboardDragDropScope.cs (2)
12Monitor.Enter(typeof(NrbfSerializerInClipboardDragDropScope)); 30Monitor.Exit(typeof(NrbfSerializerInClipboardDragDropScope));
System.Windows.Forms.Tests (4)
System\Windows\Forms\ClipboardTests.cs (4)
701using (NrbfSerializerInClipboardDragDropScope scope = new(enable: false)) 708using (NrbfSerializerInClipboardDragDropScope scope = new(enable: true)) 743using NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: true); 752using NrbfSerializerInClipboardDragDropScope nrbfScope2 = new(enable: false);