10 references to BinaryFormat
System.Private.Windows.Core.Tests (8)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (8)
476using BinaryFormatterScope scope = new(enable: dataType == DataType.BinaryFormat); 477using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.BinaryFormat); 515using BinaryFormatterScope scope = new(enable: dataType == DataType.BinaryFormat); 516using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.BinaryFormat); 634if (dataType == DataType.BinaryFormat) 813using BinaryFormatterScope scope = new(enable: dataType == DataType.BinaryFormat); 814using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.BinaryFormat); 837if (dataType == DataType.BinaryFormat)
System.Windows.Forms.Tests (2)
System\Windows\Forms\Ole\BinaryFormatUtilitiesTests.cs (2)
39using MemoryStream stream = CreateStream(DataType.BinaryFormat, value); 57using MemoryStream stream = CreateStream(DataType.BinaryFormat, value);