33 instantiations of BinaryFormatterInClipboardDragDropScope
Microsoft.VisualBasic.Tests (1)
Microsoft\VisualBasic\MyServices\ClipboardProxyTests.cs (1)
131
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
System.Private.Windows.Core.Tests (9)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (8)
361
using BinaryFormatterInClipboardDragDropScope clipboardDragDropScope =
new
(enable: true);
474
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: dataType == DataType.BinaryFormat);
513
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: dataType == DataType.BinaryFormat);
800
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
811
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: dataType == DataType.BinaryFormat);
890
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
927
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
940
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
System\Private\Windows\Ole\ClipboardBinaryFormatterFullCompatScope.cs (1)
15
_binaryFormatterInClipboardDragDropScope =
new
(enable: true);
System.Windows.Forms.Tests (23)
System\Windows\Forms\ClipboardTests.cs (11)
462
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
483
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
680
using (BinaryFormatterInClipboardDragDropScope scope =
new
(enable: true))
687
using (BinaryFormatterInClipboardDragDropScope scope =
new
(enable: false))
753
using BinaryFormatterInClipboardDragDropScope binaryScope2 =
new
(enable: false);
810
using (BinaryFormatterInClipboardDragDropScope binaryFormatterScope =
new
(enable: true))
831
using BinaryFormatterInClipboardDragDropScope binaryFormatterScope =
new
(enable: true);
846
using (BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true))
963
using BinaryFormatterInClipboardDragDropScope scope =
new
(enable: true);
1326
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
1359
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: copy);
System\Windows\Forms\DataObjectTests.cs (1)
2910
using BinaryFormatterInClipboardDragDropScope formatterScope =
new
(enable: true);
System\Windows\Forms\NativeToWinFormsAdapterTests.cs (11)
115
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
150
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
240
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
252
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
290
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
317
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
341
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
381
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
393
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
407
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
437
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
35 references to BinaryFormatterInClipboardDragDropScope
Microsoft.VisualBasic.Tests (1)
Microsoft\VisualBasic\MyServices\ClipboardProxyTests.cs (1)
131
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
System.Private.Windows.Core.Tests (9)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (8)
361
using
BinaryFormatterInClipboardDragDropScope
clipboardDragDropScope = new(enable: true);
474
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: dataType == DataType.BinaryFormat);
513
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: dataType == DataType.BinaryFormat);
800
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
811
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: dataType == DataType.BinaryFormat);
890
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
927
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
940
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
System\Private\Windows\Ole\ClipboardBinaryFormatterFullCompatScope.cs (1)
9
private readonly
BinaryFormatterInClipboardDragDropScope
_binaryFormatterInClipboardDragDropScope;
System.Private.Windows.Core.TestUtilities (2)
BinaryFormatterInClipboardDragDropScope.cs (2)
12
Monitor.Enter(typeof(
BinaryFormatterInClipboardDragDropScope
));
30
Monitor.Exit(typeof(
BinaryFormatterInClipboardDragDropScope
));
System.Windows.Forms.Tests (23)
System\Windows\Forms\ClipboardTests.cs (11)
462
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
483
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
680
using (
BinaryFormatterInClipboardDragDropScope
scope = new(enable: true))
687
using (
BinaryFormatterInClipboardDragDropScope
scope = new(enable: false))
753
using
BinaryFormatterInClipboardDragDropScope
binaryScope2 = new(enable: false);
810
using (
BinaryFormatterInClipboardDragDropScope
binaryFormatterScope = new(enable: true))
831
using
BinaryFormatterInClipboardDragDropScope
binaryFormatterScope = new(enable: true);
846
using (
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true))
963
using
BinaryFormatterInClipboardDragDropScope
scope = new(enable: true);
1326
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
1359
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: copy);
System\Windows\Forms\DataObjectTests.cs (1)
2910
using
BinaryFormatterInClipboardDragDropScope
formatterScope = new(enable: true);
System\Windows\Forms\NativeToWinFormsAdapterTests.cs (11)
115
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
150
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
240
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
252
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
290
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
317
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
341
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
381
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
393
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
407
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
437
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);