1 implementation of Write
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6774
public int
Write
(IntPtr buf, /* cpr: int offset,*/ int length) {
2 references to Write
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataStreamFromComStream.cs (1)
76
return comStream.
Write
((IntPtr)handle, bytes);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6667
if (pstm.
Write
(buffer, read) != read) {