6 references to Read
System.Private.Windows.Core (5)
_generated\161\Windows.Win32.IStream.g.cs (4)
57 /// <inheritdoc cref="Read(void*, uint, uint*)"/> 64 winmdroot.Foundation.HRESULT __result = this.Read((void* )pvLocal, (uint )pv.Length, pcbReadLocal); 70 /// <inheritdoc cref="Read(void*, uint, uint*)"/> 75 winmdroot.Foundation.HRESULT __result = this.Read((void* )pvLocal, (uint )pv.Length, default(uint* ));
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
506pStream->Read((byte*)ptr, (uint)sstg.cbSize, null);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\DataStreamFromComStream.cs (1)
78_comStream->Read(ch, (uint)buffer.Length, &bytesRead);