7 references to new
System.Private.Windows.Core.Tests (3)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (2)
355
using (NrbfSerializerInClipboardDragDropScope nrbfScope =
new
(enable: false))
414
using 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)
701
using (NrbfSerializerInClipboardDragDropScope scope =
new
(enable: false))
708
using (NrbfSerializerInClipboardDragDropScope scope =
new
(enable: true))
743
using NrbfSerializerInClipboardDragDropScope nrbfScope =
new
(enable: true);
752
using NrbfSerializerInClipboardDragDropScope nrbfScope2 =
new
(enable: false);