10 references to BinaryFormat
System.Private.Windows.Core.Tests (8)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (8)
473
using BinaryFormatterScope scope = new(enable: dataType == DataType.
BinaryFormat
);
474
using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.
BinaryFormat
);
512
using BinaryFormatterScope scope = new(enable: dataType == DataType.
BinaryFormat
);
513
using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.
BinaryFormat
);
631
if (dataType == DataType.
BinaryFormat
)
810
using BinaryFormatterScope scope = new(enable: dataType == DataType.
BinaryFormat
);
811
using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.
BinaryFormat
);
834
if (dataType == DataType.
BinaryFormat
)
System.Windows.Forms.Tests (2)
System\Windows\Forms\Ole\BinaryFormatUtilitiesTests.cs (2)
39
using MemoryStream stream = CreateStream(DataType.
BinaryFormat
, value);
57
using MemoryStream stream = CreateStream(DataType.
BinaryFormat
, value);