1 write to cbSize
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
200cbSize = (ulong)_dataStream.Length,
3 references to cbSize
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
377hglobal = PInvokeCore.GlobalAlloc(GLOBAL_ALLOC_FLAGS.GMEM_MOVEABLE | GLOBAL_ALLOC_FLAGS.GMEM_ZEROINIT, (uint)sstg.cbSize); 387pStream.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;