6 references to Write
System.Private.Windows.Core (5)
_generated\161\Windows.Win32.IStream.g.cs (4)
105
/// <inheritdoc cref="
Write
(void*, uint, uint*)"/>
112
winmdroot.Foundation.HRESULT __result = this.
Write
((void* )pvLocal, (uint )pv.Length, pcbWrittenLocal);
118
/// <inheritdoc cref="
Write
(void*, uint, uint*)"/>
123
winmdroot.Foundation.HRESULT __result = this.
Write
((void* )pvLocal, (uint )pv.Length, default(uint* ));
Windows\Win32\System\Com\ComManagedStream.cs (1)
101
pstm->
Write
(b, read, &written).ThrowOnFailure();
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\DataStreamFromComStream.cs (1)
141
_comStream->
Write
(b, (uint)buffer.Length, &bytesWritten);