7 references to BinaryFormatWriter
PresentationFramework (1)
MS\Internal\DataStreams.cs (1)
126success = BinaryFormatWriter.TryWriteFrameworkObject(byteStream, currentValue);
System.Private.Windows.Core (3)
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (3)
20BinaryFormatWriter.TryWriteFrameworkObject(stream, value) 22|| BinaryFormatWriter.TryWriteJsonData(stream, value) 24|| BinaryFormatWriter.TryWriteDrawingPrimitivesObject(stream, value);
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (1)
110BinaryFormatWriter.WritePrimitiveHashtable(stream, _bag);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (1)
83BinaryFormatWriter.WritePrimitiveHashtable(stream, _bag);
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormatWriter.cs (1)
58return BinaryFormatWriter.TryWrite(Write, stream, value);