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