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)
463
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
484
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
681
using (BinaryFormatterInClipboardDragDropScope scope =
new
(enable: true))
688
using (BinaryFormatterInClipboardDragDropScope scope =
new
(enable: false))
754
using BinaryFormatterInClipboardDragDropScope binaryScope2 =
new
(enable: false);
811
using (BinaryFormatterInClipboardDragDropScope binaryFormatterScope =
new
(enable: true))
832
using BinaryFormatterInClipboardDragDropScope binaryFormatterScope =
new
(enable: true);
847
using (BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true))
964
using BinaryFormatterInClipboardDragDropScope scope =
new
(enable: true);
1325
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: copy);
1397
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)
106
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
141
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
231
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
243
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
281
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
308
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
332
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
372
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
384
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
398
using BinaryFormatterInClipboardDragDropScope clipboardScope =
new
(enable: true);
428
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)
463
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
484
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
681
using (
BinaryFormatterInClipboardDragDropScope
scope = new(enable: true))
688
using (
BinaryFormatterInClipboardDragDropScope
scope = new(enable: false))
754
using
BinaryFormatterInClipboardDragDropScope
binaryScope2 = new(enable: false);
811
using (
BinaryFormatterInClipboardDragDropScope
binaryFormatterScope = new(enable: true))
832
using
BinaryFormatterInClipboardDragDropScope
binaryFormatterScope = new(enable: true);
847
using (
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true))
964
using
BinaryFormatterInClipboardDragDropScope
scope = new(enable: true);
1325
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: copy);
1397
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)
106
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
141
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
231
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
243
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
281
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
308
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
332
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
372
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
384
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
398
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);
428
using
BinaryFormatterInClipboardDragDropScope
clipboardScope = new(enable: true);