1 implementation of Read
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6700public int Read(IntPtr buf, /* cpr: int offset,*/ int length) {
2 references to Read
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataObject.cs (1)
1429pStream.Read(ptr, size);
winforms\Managed\System\WinForms\DataStreamFromComStream.cs (1)
72return comStream.Read((IntPtr)handle, bytes);