4 references to WinFormsBinaryFormatWriter
System.Windows.Forms (4)
System\Resources\ResXDataNode.cs (1)
304
success =
WinFormsBinaryFormatWriter
.TryWriteObject(stream, value);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1522
success =
WinFormsBinaryFormatWriter
.TryWriteObject(stream, sourceValue);
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormatWriter.cs (1)
17
private static readonly string s_currentWinFormsFullName = typeof(
WinFormsBinaryFormatWriter
).Assembly.FullName!;
System\Windows\Forms\Nrbf\WinFormsNrbfSerializer.cs (1)
59
||
WinFormsBinaryFormatWriter
.TryWriteObject(stream, value);