1 write to cbSize
Microsoft.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
203cbSize = (ulong)_dataStream.Length,
2 references to cbSize
Microsoft.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
455hglobal = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, (uint)sstg.cbSize); 465pStream->Read((byte*)ptr, (uint)sstg.cbSize, null);