1 write to cbSize
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
200
cbSize
= (ulong)_dataStream.Length,
3 references to cbSize
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
377
hglobal = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, (uint)sstg.
cbSize
);
387
pStream.Value->Read((byte*)ptr, (uint)sstg.
cbSize
, null);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
274
_length = (int)stat.
cbSize
;