7 instantiations of NrbfSerializerInClipboardDragDropScope
System.Windows.Forms.Tests (7)
System\Windows\Forms\BinaryFormatUtilitiesTests.BinaryFormatterFullCompatScope.cs (1)
16
_nrbfSerializerInClipboardDragDropScope =
new
(enable: false);
System\Windows\Forms\BinaryFormatUtilitiesTests.cs (2)
411
using (NrbfSerializerInClipboardDragDropScope nrbfScope =
new
(enable: false))
470
using NrbfSerializerInClipboardDragDropScope nrbfScope =
new
(enable: true);
System\Windows\Forms\ClipboardTests.cs (4)
699
using (NrbfSerializerInClipboardDragDropScope scope =
new
(enable: false))
706
using (NrbfSerializerInClipboardDragDropScope scope =
new
(enable: true))
741
using NrbfSerializerInClipboardDragDropScope nrbfScope =
new
(enable: true);
750
using NrbfSerializerInClipboardDragDropScope nrbfScope2 =
new
(enable: false);
9 references to NrbfSerializerInClipboardDragDropScope
System.Private.Windows.Core.TestUtilities (2)
NrbfSerializerInClipboardDragDropScope.cs (2)
12
Monitor.Enter(typeof(
NrbfSerializerInClipboardDragDropScope
));
30
Monitor.Exit(typeof(
NrbfSerializerInClipboardDragDropScope
));
System.Windows.Forms.Tests (7)
System\Windows\Forms\BinaryFormatUtilitiesTests.BinaryFormatterFullCompatScope.cs (1)
10
private readonly
NrbfSerializerInClipboardDragDropScope
_nrbfSerializerInClipboardDragDropScope;
System\Windows\Forms\BinaryFormatUtilitiesTests.cs (2)
411
using (
NrbfSerializerInClipboardDragDropScope
nrbfScope = new(enable: false))
470
using
NrbfSerializerInClipboardDragDropScope
nrbfScope = new(enable: true);
System\Windows\Forms\ClipboardTests.cs (4)
699
using (
NrbfSerializerInClipboardDragDropScope
scope = new(enable: false))
706
using (
NrbfSerializerInClipboardDragDropScope
scope = new(enable: true))
741
using
NrbfSerializerInClipboardDragDropScope
nrbfScope = new(enable: true);
750
using
NrbfSerializerInClipboardDragDropScope
nrbfScope2 = new(enable: false);