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