7 instantiations of NrbfSerializerInClipboardDragDropScope
System.Windows.Forms.Tests (7)
System\Windows\Forms\BinaryFormatUtilitiesTests.BinaryFormatterFullCompatScope.cs (1)
18_nrbfSerializerInClipboardDragDropScope = new(enable: false);
System\Windows\Forms\BinaryFormatUtilitiesTests.cs (2)
353using (NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: false)) 421using NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: true);
System\Windows\Forms\ClipboardTests.cs (4)
696using (NrbfSerializerInClipboardDragDropScope scope = new(enable: false)) 703using (NrbfSerializerInClipboardDragDropScope scope = new(enable: true)) 738using NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: true); 746using NrbfSerializerInClipboardDragDropScope nrbfScope2 = new(enable: false);
9 references to NrbfSerializerInClipboardDragDropScope
System.Private.Windows.Core.TestUtilities (2)
NrbfSerializerInClipboardDragDropScope.cs (2)
12Monitor.Enter(typeof(NrbfSerializerInClipboardDragDropScope)); 24Monitor.Exit(typeof(NrbfSerializerInClipboardDragDropScope));
System.Windows.Forms.Tests (7)
System\Windows\Forms\BinaryFormatUtilitiesTests.BinaryFormatterFullCompatScope.cs (1)
12private readonly NrbfSerializerInClipboardDragDropScope _nrbfSerializerInClipboardDragDropScope;
System\Windows\Forms\BinaryFormatUtilitiesTests.cs (2)
353using (NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: false)) 421using NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: true);
System\Windows\Forms\ClipboardTests.cs (4)
696using (NrbfSerializerInClipboardDragDropScope scope = new(enable: false)) 703using (NrbfSerializerInClipboardDragDropScope scope = new(enable: true)) 738using NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: true); 746using NrbfSerializerInClipboardDragDropScope nrbfScope2 = new(enable: false);