10 references to BinaryFormat
System.Private.Windows.Core.Tests (8)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (8)
476
using BinaryFormatterScope scope = new(enable: dataType == DataType.
BinaryFormat
);
477
using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.
BinaryFormat
);
515
using BinaryFormatterScope scope = new(enable: dataType == DataType.
BinaryFormat
);
516
using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.
BinaryFormat
);
634
if (dataType == DataType.
BinaryFormat
)
813
using BinaryFormatterScope scope = new(enable: dataType == DataType.
BinaryFormat
);
814
using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.
BinaryFormat
);
837
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);