7 references to new
System.Windows.Forms.Tests (7)
System\Windows\Forms\BinaryFormatUtilitiesTests.BinaryFormatterFullCompatScope.cs (1)
16_nrbfSerializerInClipboardDragDropScope = new(enable: false);
System\Windows\Forms\BinaryFormatUtilitiesTests.cs (2)
411using (NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: false)) 470using NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: true);
System\Windows\Forms\ClipboardTests.cs (4)
699using (NrbfSerializerInClipboardDragDropScope scope = new(enable: false)) 706using (NrbfSerializerInClipboardDragDropScope scope = new(enable: true)) 741using NrbfSerializerInClipboardDragDropScope nrbfScope = new(enable: true); 750using NrbfSerializerInClipboardDragDropScope nrbfScope2 = new(enable: false);