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