7 references to new
System.Windows.Forms.Tests (7)
System\Windows\Forms\BinaryFormatUtilitiesTests.BinaryFormatterFullCompatScope.cs (1)
18
_nrbfSerializerInClipboardDragDropScope =
new
(enable: false);
System\Windows\Forms\BinaryFormatUtilitiesTests.cs (2)
353
using (NrbfSerializerInClipboardDragDropScope nrbfScope =
new
(enable: false))
421
using NrbfSerializerInClipboardDragDropScope nrbfScope =
new
(enable: true);
System\Windows\Forms\ClipboardTests.cs (4)
696
using (NrbfSerializerInClipboardDragDropScope scope =
new
(enable: false))
703
using (NrbfSerializerInClipboardDragDropScope scope =
new
(enable: true))
738
using NrbfSerializerInClipboardDragDropScope nrbfScope =
new
(enable: true);
746
using NrbfSerializerInClipboardDragDropScope nrbfScope2 =
new
(enable: false);