10 references to BinaryFormat
System.Private.Windows.Core.Tests (8)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (8)
473using BinaryFormatterScope scope = new(enable: dataType == DataType.BinaryFormat); 474using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.BinaryFormat); 512using BinaryFormatterScope scope = new(enable: dataType == DataType.BinaryFormat); 513using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.BinaryFormat); 631if (dataType == DataType.BinaryFormat) 810using BinaryFormatterScope scope = new(enable: dataType == DataType.BinaryFormat); 811using BinaryFormatterInClipboardDragDropScope clipboardScope = new(enable: dataType == DataType.BinaryFormat); 834if (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);