2 implementations of Write
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
229HRESULT ISequentialStream.Interface.Write(void* pv, uint cb, uint* pcbWritten)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
40public unsafe HRESULT Write(void* pv, uint cb, [Optional] uint* pcbWritten) => throw new NotImplementedException();
2 references to Write
System.Private.Windows.Core (2)
Windows.Win32.ISequentialStream.g.cs (1)
106 return __object.Write(pv, cb, pcbWritten);
Windows\Win32\System\Com\ComManagedStream.cs (1)
248=> ((ISequentialStream.Interface)this).Write(pv, cb, pcbWritten);